build: eslint에서 vue/setup-compiler-macros 활성화

- 필요없어진 import 제거
This commit is contained in:
2022-03-28 22:31:10 +09:00
parent 634e05ea0d
commit e3820cdd8a
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ import "@scss/common/bootstrap5.scss";
import "@scss/game_bg.scss";
import "../../css/config.css";
import { computed, defineProps, provide, reactive, ref, toRefs, watch } from "vue";
import { computed, provide, reactive, ref, toRefs, watch } from "vue";
import ChiefReservedCommand from "@/components/ChiefReservedCommand.vue";
import TopBackBar from "@/components/TopBackBar.vue";
import BottomBar from "@/components/BottomBar.vue";