refac(WIP): 파일 위치 변경

This commit is contained in:
2021-12-22 02:06:40 +09:00
parent 95f079474e
commit 507fa102b9
25 changed files with 465 additions and 312 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
<div class="row">
<div class="col-12 col-md-6">
장수 :
<GeneralSelect
<SelectGeneral
:generals="generalList"
:groupByNation="nationList"
:textHelper="textHelpGeneral"
@@ -25,7 +25,7 @@
</template>
<script lang="ts">
import GeneralSelect from "@/processing/GeneralSelect.vue";
import SelectGeneral from "@/processing/SelectGeneral.vue";
import { defineComponent, ref } from "vue";
import { unwrap } from "@/util/unwrap";
import { Args } from "@/processing/args";
@@ -50,7 +50,7 @@ declare const procRes: {
export default defineComponent({
components: {
GeneralSelect,
SelectGeneral,
TopBackBar,
BottomBar,
},