@@ -68,8 +68,8 @@ const mixin = {
({ content }) => {
if (content) {
this.data = JSON.parse(content);
- this.property.isGetContent = true;
}
+ this.property.isGetContent = true;
this.$watch(
'data',