x-spreadsheet icon indicating copy to clipboard operation
x-spreadsheet copied to clipboard

Sheet disabled in Vue HTML

Open udayan-santu opened this issue 2 years ago • 1 comments

Hello. please see the pen https://codepen.io/udayan-basak/pen/PoajVqP It works fine in without vuetifyjs. But when i going to implement from Created() or Mounted() This bugs showing.

udayan-santu avatar Nov 18 '22 16:11 udayan-santu

For Vue, you need to add <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/xspreadsheet.css"> otherwise it is not working. Also implement it in mounted, since the component is not rendered during created it causes some problems. For other applications, you can make use of nextTick property too.

berkatik avatar Jan 30 '23 10:01 berkatik