viewweiwu / vue-tabs-chrome

chrome tab like.
https://viewweiwu.github.io/vue-tabs-chrome/
231 stars 49 forks source link

Having trouble importing this package into my app #38

Closed naomiperry closed 3 years ago

naomiperry commented 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.

any ideas what I'm missing?

naomiperry commented 3 years ago

Upgrading to webpack 4 fixed this for me