QueryEditor parses query on mount

This commit is contained in:
Andrew Bastin
2020-01-18 04:42:50 -05:00
parent d8af767dc4
commit 0cec1b977a

View File

@@ -76,6 +76,8 @@ export default {
this.cacheValue = content;
});
this.parseContents(this.value);
},
methods: {