fix, refac: bvn에 맞게 tooltip directive 변경
- installVue3Component로 통합 - boostrap-vue-next 0.7.3 directive 문제 우회
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { createApp } from 'vue'
|
||||
import PageJoin from '@/PageJoin.vue';
|
||||
import BootstrapVueNext from 'bootstrap-vue-next'
|
||||
import { auto500px } from './util/auto500px';
|
||||
import { installVue3Components } from './util/installVue3Components';
|
||||
|
||||
auto500px();
|
||||
|
||||
createApp(PageJoin).use(BootstrapVueNext).mount('#app')
|
||||
installVue3Components(createApp(PageJoin)).mount('#app')
|
||||
Reference in New Issue
Block a user