'Vue js not rendering VdtnetTable. What might be the issue

[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



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tyler2P