fix: vue-tsc 에러 반영
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
import ColorSelect from "@/processing/SelectColor.vue";
|
||||
import { defineComponent, ref } from "vue";
|
||||
import { unwrap } from "@/util/unwrap";
|
||||
import { Args } from "@/processing/args";
|
||||
import type { Args } from "@/processing/args";
|
||||
import TopBackBar from "@/components/TopBackBar.vue";
|
||||
import BottomBar from "@/components/BottomBar.vue";
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref } from "vue";
|
||||
import { unwrap } from "@/util/unwrap";
|
||||
import { Args } from "@/processing/args";
|
||||
import type { Args } from "@/processing/args";
|
||||
import TopBackBar from "@/components/TopBackBar.vue";
|
||||
import BottomBar from "@/components/BottomBar.vue";
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import { default as ProcessGeneralAmount } from "../ProcessGeneralAmount.vue";
|
||||
import { default as ProcessGeneralCity } from "./che_발령.vue";
|
||||
import { default as ProcessCity } from "../ProcessCity.vue";
|
||||
|
||||
export const commandMap: Record<string, typeof ProcessNation> = {
|
||||
export const commandMap: Record<string, typeof ProcessNation | typeof ProcessCity> = {
|
||||
che_국기변경,
|
||||
che_국호변경,
|
||||
che_급습: ProcessNation,
|
||||
|
||||
Reference in New Issue
Block a user