Fixed typo

pull/41/head
cagataycivici 2019-07-28 14:33:05 +03:00
parent 522717a964
commit aec2b01cc4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }