v-data-table error cannot create property isRootInsert with remote data v-data-table error cannot create property isRootInsert with remote data vue.js vue.js

v-data-table error cannot create property isRootInsert with remote data


Make sure in your Vue files to import components.

import { Vue, Component } from 'vue-property-decorator'

After you import your components from vue-property-decorator in all your Vue files.

Make sure you register your components in all your Vue files as well like the snippet below

@Component({   components: {   },   ...})