fix(Cascader): should watch options deeply (#7777)
* fix(Cascader): should watch options deeply * docs: fix
This commit is contained in:
@@ -29,8 +29,9 @@ export default createComponent({
|
||||
},
|
||||
|
||||
watch: {
|
||||
options() {
|
||||
this.updateTabs();
|
||||
options: {
|
||||
deep: true,
|
||||
handler: 'updateTabs',
|
||||
},
|
||||
|
||||
value(value) {
|
||||
|
||||
Reference in New Issue
Block a user