refactor(WIP): scss, ts 공통 파일 묶기

This commit is contained in:
2021-12-10 21:45:02 +09:00
parent 9134a7d9f6
commit bd42042a61
21 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -259,7 +259,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import "../scss/bootstrap5.scss";
import "../scss/common/bootstrap5.scss";
import "../scss/game_bg.scss";
import TopBackBar from "./components/TopBackBar.vue";
import _ from "lodash";