fix: initTooltip과 bootstrap-vue-3 충돌 문제 해결

- 기타 data-bs 안붙은거 마저 수정
This commit is contained in:
2021-12-11 11:37:41 +09:00
parent 95bd5b539f
commit dfb10c1b44
15 changed files with 131 additions and 112 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import $ from 'jquery';
import { stringifyUrl } from 'query-string';
import { initTooltip } from '@/common_legacy';
import { initTooltip } from "@/legacy/initTooltip";
import 'bootstrap';
$(function ($) {