From 971899e44386181be8605fb4d98d4e9d3c2f44f1 Mon Sep 17 00:00:00 2001 From: jiangx <1457960500@qq.com> Date: Tue, 21 Mar 2023 16:48:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/root/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/root/actions.ts b/src/store/root/actions.ts index 8aaae97..7d1bf13 100644 --- a/src/store/root/actions.ts +++ b/src/store/root/actions.ts @@ -2,6 +2,7 @@ import { i18n } from '@/i18n' import type { Language, State } from './state' import type { Root } from '../key' import type { CreateActions } from '../types' + export interface Actions { SET_SHOP_LIST(list: Shop[]): void SET_BUILDING_LIST(list: Building[]): void