added bootstrap-vue

This commit is contained in:
booploops 2022-03-02 23:04:20 -08:00
parent 08be08a9ff
commit 19b4e1f73c
8 changed files with 9246 additions and 5462 deletions

View file

@ -2,6 +2,7 @@ import {store} from './vuex-store.js';
Vue.use(VueHorizontal);
Vue.use(VueObserveVisibility);
Vue.use(BootstrapVue)
const app = new Vue({
store: store,
@ -552,6 +553,7 @@ const app = new Vue({
if (this.cfg.visual.theme != "default.less" && this.cfg.visual.theme != "") {
this.setTheme(this.cfg.visual.theme)
}
this.setLz(this.cfg.general.language)
this.setLzManual()
clearTimeout(this.hangtimer)