myliang/x-spreadsheet

Sheet disabled in Vue HTML

udayan-santu opened this issue · 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.

For Vue, you need to add
<link rel="stylesheet" href="https://unpkg.com/x-data-spreadsheet@1.1.5/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.