Open palmerye opened 7 years ago
重新调用data方法,即可重置
Object.assign(this.$data, this.$options.data())
Object.assign(target, source1, source2) 为ES6中的浅拷贝
同一组件选择性缓存
解决方案: keep-alive钩子 activated
keep-alive
keep-alive 组件激活时调用
重新调用data方法,即可重置
Object.assign(this.$data, this.$options.data())
发生场景:
同一组件选择性缓存
解决方案:
keep-alive
钩子 activated