QueryEditor parses query on mount
This commit is contained in:
parent
d8af767dc4
commit
0cec1b977a
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ export default {
|
|||
|
||||
this.cacheValue = content;
|
||||
});
|
||||
|
||||
this.parseContents(this.value);
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue