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 ab6b428 commit fd51049Copy full SHA for fd51049
src/lib/Tree.js
@@ -93,7 +93,7 @@ export default class Tree {
93
node.showChildren = true
94
})
95
96
- this.vm.matches.length = 0
+ this.vm.matches.splice(0)
97
this.vm.$emit('tree:filtered', [], '')
98
}
99
0 commit comments