Closed naomiperry closed 3 years ago
I followed the recommended steps and have tried these lines in both my main.js and my individual dashboard.vue files:
import VueTabsChrome from "vue-tabs-chrome"; Vue.use(VueTabsChrome);
both times I get this error:
error in ./node_modules/vue-tabs-chrome/lib/vue-tabs-chrome.umd.min.js Module parse failed: Unexpected token (47:5240) You may need an appropriate loader to handle this file type.
error in ./node_modules/vue-tabs-chrome/lib/vue-tabs-chrome.umd.min.js
Module parse failed: Unexpected token (47:5240) You may need an appropriate loader to handle this file type.
any ideas what I'm missing?
Upgrading to webpack 4 fixed this for me
I followed the recommended steps and have tried these lines in both my main.js and my individual dashboard.vue files:
import VueTabsChrome from "vue-tabs-chrome"; Vue.use(VueTabsChrome);
both times I get this error:
any ideas what I'm missing?