Commit bc62ea9b authored by Xuguangxing's avatar Xuguangxing

feat: 更新组件库

parent c38e6511
...@@ -216,9 +216,15 @@ export default { ...@@ -216,9 +216,15 @@ export default {
} }
}, },
watch: { watch: {
categoryData(val) { value(val) {
console.log(val); this.categoryData = val;
},
categoryData: {
handler(val) {
console.log(1);
this.$emit('input', val); this.$emit('input', val);
},
deep: true
} }
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment