mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import Vue from 'vue'
|
|
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
|
|
Vue.use(BootstrapVue)
|
|
Vue.use(IconsPlugin)
|