feat(WIP): processing 건국, 다른 메뉴 UI 통일
- lazy loading은 의미가 없으므로 롤백
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { default as che_건국} from "./che_건국.vue";
|
||||
import { default as CityProcess} from "./che_이동.vue";
|
||||
|
||||
export const commandMap: Record<string, ()=>typeof CityProcess> = {
|
||||
che_강행: ()=>CityProcess,
|
||||
che_이동: ()=>CityProcess,
|
||||
che_출병: ()=>CityProcess,
|
||||
export const commandMap: Record<string, typeof CityProcess> = {
|
||||
che_강행: CityProcess,
|
||||
che_건국,
|
||||
che_이동: CityProcess,
|
||||
che_출병: CityProcess,
|
||||
}
|
||||
Reference in New Issue
Block a user