Vuex map functions with TypeScript

后端 未结 0 869
栀梦
栀梦 2021-02-14 04:37

I have an interface for my state (game namespace) that looks like the following:

interface GameState {
  selectedTab: number;
  timeout: number;
  snackbar: boole         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题