Skip to content

Commit

Permalink
register BootstrapVue in app entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kajan committed Feb 14, 2021
1 parent 43bb76c commit 2dc8065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AspNetCoreVueMpa.Web/ClientApp/views/home/index/main.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 2dc8065

Please sign in to comment.