data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k
stars
303
forks
source link
Uncaught TypeError: self.fields.$set is not a function #145
I'm trying to get the vuetable component working by using the direct include method. https://github.com/ratiw/vue-table#direct-include
I follow the steps, however I'm getting this error:
http://vuetable.ratiw.net/examples/bootstrap.html I even used the live demo as a guide and setup my local environment up accordingly and still receiving this error.
main.pug
myscript.js note: copied from the live demo, after follwing the "direct include" method