Fixed typo
parent
522717a964
commit
aec2b01cc4
|
@ -27,7 +27,7 @@ export default {
|
||||||
d_collapsedKeys: this.collapsedKeys || {}
|
d_collapsedKeys: this.collapsedKeys || {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch() {
|
watch: {
|
||||||
collapsedKeys(newValue) {
|
collapsedKeys(newValue) {
|
||||||
this.d_collapsedKeys = newValue;
|
this.d_collapsedKeys = newValue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue