组件中this.privacy是用mapState从state里面获取的数据 下面这样写一直报这个错 提示:Unexpected token
我这个哪里写的不对?
组件中
data () { return { item1: '', item2: '', item3: '', item4: '' } },
mounted () { if (this.privacy) { let { this.item1, this.item2, this.item3, this.item4 } = { ...this.privacy } } }
state
里面的数据
privacy: { item1: 1, item2: 1, item3: 1, item4: 1}
12345678_0001
阿晨1998
相关分类