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 7d8fa7f1c4
commit 703e2f51be
22 changed files with 53 additions and 744 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ export default defineComponent({
@import "../scss/break_500px.scss";
@import "../scss/variables.scss";
@import "../scss/bootswatch_custom_variables.scss";
@import "../../node_modules/bootstrap5/scss/bootstrap-utilities.scss";
@import "../../node_modules/bootstrap/scss/bootstrap-utilities.scss";
.commandPad {
background-color: $gray-900;