at resources/js/kodie/properties/Table.vue <" /> at resources/js/kodie/properties/Table.vue <" /> at resources/js/kodie/properties/Table.vue <"/>

Vue js not rendering VdtnetTable. What might be the issue

200 views Asked by At
[Vue warn]: Error in render: "TypeError: Object(...) is not a function"

found in

---> <VdtnetTable>
       <App> at resources/js/kodie/properties/Table.vue
         <Properties> at resources/js/kodie/properties/index.vue
           <Root>

I have tried to install npm run several times. I have been using https://www.npmjs.com/package/vue-datatables-net to clone datatable to my vue js. all the time I am getting the error below. does no

1

There are 1 answers

0
Dickilla On

vue-datatables-net are also supported in vue2.
I had to degrade the package to a lower version i.e npm i [email protected].

Here is the link to the package: https://www.npmjs.com/package/vue-datatables-net/v/1.4.0