This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Description
I am receiving the following error when doing something as simple as...
import Vue from "vue";
import Datatable from 'vue2-datatable-component'
Vue.use(Datatable)
const app = new Vue().$mount('#app')
What's odd is that there is one section of my site doing this and it works perfectly fine. But anytime I try to implement it beyond that it fails.
