data() {
return {
str: '',
arr: [],
obj: {},
set: new Set()
}
如果这样定义的话会有警告,现在我是在monted钩子中 this.set = new Set();
monted
this.set = new Set();
POPMUISE
相关分类