feat(WIP): bootstrap 5 tooltip 적용

- bootstrap4 용의 popper.js 제거
- jquery기반 bootstrap tooltip 제거
This commit is contained in:
2021-12-10 02:26:08 +09:00
parent 60fdef9d3f
commit 3d1f16bfc2
22 changed files with 53 additions and 744 deletions
-3
View File
@@ -1,10 +1,7 @@
import $ from 'jquery';
import { stringifyUrl } from 'query-string';
import { initTooltip } from './common_legacy';
import Popper from 'popper.js';
exportWindow(Popper, 'Popper');
import 'bootstrap';
import { exportWindow } from './util/exportWindow';
$(function ($) {
$('#by_scenario').on('change', function (e) {