Browse Source

style: 🎨 格式化代码

pull/2/head
jiangx 3 years ago
parent
commit
971899e443
  1. 1
      src/store/root/actions.ts

1
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

Loading…
Cancel
Save