export default { computed:{ gameCate:{ get(){ return this.$store.state.cate.gameCate; } }, recommendGameCate:{ get(){ return this.$store.state.cate.recommendGameCate; } }, gameStatusCate:{ get(){ return this.$store.state.cate.gameStatusCate; } } } }