fix, refac: bvn에 맞게 tooltip directive 변경
- installVue3Component로 통합 - boostrap-vue-next 0.7.3 directive 문제 우회
This commit is contained in:
+2
-3
@@ -7,13 +7,12 @@ import { exportWindow } from '@util/exportWindow';
|
||||
import { scrollHardTo } from '@util/scrollHardTo';
|
||||
import { createApp } from 'vue'
|
||||
import PartialReservedCommand from '@/PartialReservedCommand.vue';
|
||||
import BootstrapVueNext from 'bootstrap-vue-next'
|
||||
import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest';
|
||||
import Multiselect from 'vue-multiselect';
|
||||
import "@/legacy/main";
|
||||
import { auto500px } from './util/auto500px';
|
||||
import { htmlReady } from './util/htmlReady';
|
||||
import { insertCustomCSS } from './util/customCSS';
|
||||
import { installVue3Components } from './util/installVue3Components';
|
||||
|
||||
setAxiosXMLHttpRequest();
|
||||
auto500px();
|
||||
@@ -21,4 +20,4 @@ auto500px();
|
||||
htmlReady(() => {
|
||||
insertCustomCSS();
|
||||
});
|
||||
createApp(PartialReservedCommand).use(BootstrapVueNext).component('v-multiselect', Multiselect).mount('#reservedCommandList');
|
||||
installVue3Components(createApp(PartialReservedCommand)).mount('#reservedCommandList');
|
||||
|
||||
Reference in New Issue
Block a user