import {mapState} from 'vuex'
export default {
data(){
return {
oldData: 0
}
computed: mapState({
count: state => state.count,
newData(){
return this.oldData + 1;
})
慕盖茨4494581
宝慕林4294392
相关分类