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
+3 -1
View File
@@ -1,5 +1,7 @@
import { exportWindow } from "@util/exportWindow";
import { activateFlip, errUnknown, initTooltip } from "@/common_legacy";
import { errUnknown } from "@/common_legacy";
import { initTooltip } from "@/legacy/initTooltip";
import { activateFlip } from "@/legacy/activateFlip";
import { isBrightColor } from "@util/isBrightColor";
import { getIconPath } from "@util/getIconPath";
import { mb_strwidth } from "@util/mb_strwidth";