Skip to content
Advertisement

Tag: vuejs3

How to use Vue 3 & Add Plugin Boostrap-vue?

I try using Vue 3, but I look can’t using Vue.use(exampleplugin) again. I using command vue add bootstrap-vue after generate vue create project. And on plugin bootstrap-vue warning with code: Output warning terminal: warning in ./src/plugins/bootstrap-vue.js “export ‘default’ (imported as ‘Vue’) was not found in ‘vue’ warning in ./node_modules/bootstrap-vue/esm/utils/vue.js “export ‘default’ (imported as ‘Vue’) was not found in ‘vue’ What’s

Advertisement