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

- 기타 data-bs 안붙은거 마저 수정
This commit is contained in:
2021-12-11 11:37:41 +09:00
parent ef6cb065d5
commit 08488cae4a
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 ($) {