add custom scss for bootstrap

This commit is contained in:
timothypidashev
2021-07-15 03:21:01 +00:00
parent 18843289a3
commit ef42e59cfd
4 changed files with 31 additions and 58 deletions

4
plugins/bootstrap.js vendored Normal file
View File

@@ -0,0 +1,4 @@
import Vue from 'vue'
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
Vue.use(BootstrapVue)
Vue.use(IconsPlugin)