Skip to content
Permalink
Browse files
register BootstrapVue in app entry point
  • Loading branch information
kajan committed Feb 14, 2021
1 parent 43bb76c commit 2dc8065
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,5 +1,8 @@
import Vue from 'vue'
import HelloWorld from "./HelloWorld.vue";
import { BootstrapVue } from "bootstrap-vue";

Vue.use(BootstrapVue);

const app = new Vue({
el: '#app',

0 comments on commit 2dc8065

Please sign in to comment.