首頁 > 問答 > 主體
import {mapState} from 'vuex' export default { data(){ return { oldData: 0 } } computed: mapState({ count: state => state.count, newData(){ return this.oldData + 1; } }) }
這樣子寫嗎?
巴扎黑2017-05-16 13:43:59
雷雷
首頁
課程
問答
我的