Skip to content

Commit d5f56bf

Browse files
committed
fix(templates): scss: import all bootstrap by default
1 parent 539f356 commit d5f56bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import Vue from 'vue'
22

3-
// import BootstrapVue from 'bootstrap-vue'
4-
import { ButtonPlugin } from 'bootstrap-vue'
3+
import BootstrapVue from 'bootstrap-vue'
54

6-
// Vue.use(BootstrapVue)
7-
Vue.use(ButtonPlugin)
5+
Vue.use(BootstrapVue)

0 commit comments

Comments
 (0)