清除无效应用
This commit is contained in:
@@ -15,13 +15,12 @@
|
||||
import {mapState} from 'vuex'
|
||||
import userRank from './components/userRank.vue'
|
||||
import familyRank from './components/familyRank.vue'
|
||||
import workRank from './components/workRank.vue'
|
||||
export default {
|
||||
appName: "积分排行",
|
||||
computed: {
|
||||
...mapState(['user', 'token'])
|
||||
},
|
||||
components: {userRank, familyRank, workRank},
|
||||
components: {userRank, familyRank},
|
||||
data() {
|
||||
return {
|
||||
tabList: ['家庭积分', '个人积分'],
|
||||
|
||||
Reference in New Issue
Block a user