We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40068af commit 6cf3ad0Copy full SHA for 6cf3ad0
src/components/TreeViewNode.vue
@@ -238,7 +238,7 @@
238
this.$emit('treeViewNodeRadioChange', this.model, event);
239
},
240
$_treeViewNode_onExpandedChange(event) {
241
- this.$set(this.model.state, 'expanded', !this.model.state.expanded);
+ this.model.state.expanded = !this.model.state.expanded;
242
this.$emit('treeViewNodeExpandedChange', this.model, event);
243
244
$_treeViewNode_onClick(event) {
0 commit comments