fix, refac: bvn에 맞게 tooltip directive 변경
- installVue3Component로 통합 - boostrap-vue-next 0.7.3 directive 문제 우회
This commit is contained in:
+3
-2
@@ -6,6 +6,7 @@ import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest';
|
||||
import { auto500px } from "./util/auto500px";
|
||||
import { insertCustomCSS } from "./util/customCSS";
|
||||
import { htmlReady } from "./util/htmlReady";
|
||||
import { installVue3Components } from "./util/installVue3Components";
|
||||
|
||||
declare const isSecretBoard: boolean;
|
||||
|
||||
@@ -17,6 +18,6 @@ auto500px();
|
||||
htmlReady(() => {
|
||||
insertCustomCSS();
|
||||
});
|
||||
createApp(PageBoard, {
|
||||
installVue3Components(createApp(PageBoard, {
|
||||
isSecretBoard
|
||||
}).use(BootstrapVueNext).mount('#app')
|
||||
})).mount('#app')
|
||||
Reference in New Issue
Block a user