Answer the question
In order to leave comments, you need to log in
Why is the plugin not loading in nuxt?
Hello.
Installed npm plugin i vue-sidebar-menu
Added it to plugins folder
plugins/vue-sidebar-menu.js :
import Vue from 'vue'
import * as VueSidebarMenu from 'vue-sidebar-menu'
Vue.use(VueSidebarMenu)
plugins: [
'~plugins/vue-sidebar-menu'
],
build: {
transpile: ['vue-sidebar-menu'],
}
<script>
import { SidebarMenu } from 'vue-sidebar-menu'
export default {
components: {
SidebarMenu
},
}
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question