niiknow / vue-datatables-net

Vue jQuery DataTables.net wrapper component
https://niiknow.github.io/vue-datatables-net/
MIT License
171 stars 58 forks source link

Integrate with nuxt.js not working #62

Closed abhishekpaul closed 2 years ago

abhishekpaul commented 3 years ago

I am try to integrate with nuxt.js using https://nuxtjs.org/examples/plugins-vue

import Vue from 'vue';
import VdtnetTable from 'vue-datatables-net';

Vue.component('VdtnetTable', VdtnetTable)

it giving error

TypeError: Cannot read property 'compile' of undefined
noogen commented 2 years ago

Stale issue.