You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @stomaskov
just make sure you import Tabs from 'vue-nav-tabs/dist/vue-tabs.js which is the ES5 compiled version that should give you any warnings like this.
If you import Tabs from 'vue-nav-tabs' it will most likely get the raw version which is written with jsx
Did
npm install vue-nav-tabs
and it was missing.vue-tabs.common.js:12 Uncaught Error: Cannot find module "babel-helper-vue-jsx-merge-props" at webpackMissingModule (vue-tabs.common.js:12) at eval (vue-tabs.common.js:12) at Object.../node_modules/vue-nav-tabs/dist/vue-tabs.common.js (index.bundle.js:82) at __webpack_require__ (index.bundle.js:20) at eval (header.js:3) at Object../header.js (index.bundle.js:116) at __webpack_require__ (index.bundle.js:20) at eval (index.js:9) at Object../index.js (index.bundle.js:128) at __webpack_require__ (index.bundle.js:20) webpackMissingModule @ vue-tabs.common.js:12 (anonymous) @ vue-tabs.common.js:12 ../node_modules/vue-nav-tabs/dist/vue-tabs.common.js @ index.bundle.js:82 __webpack_require__ @ index.bundle.js:20 (anonymous) @ header.js:3 ./header.js @ index.bundle.js:116 __webpack_require__ @ index.bundle.js:20 (anonymous) @ index.js:9 ./index.js @ index.bundle.js:128 __webpack_require__ @ index.bundle.js:20 (anonymous) @ index.bundle.js:69 (anonymous) @ index.bundle.js:72
The text was updated successfully, but these errors were encountered: