Merge 3a1e103ead into f663b23b29
				
					
				
			This commit is contained in:
		@@ -48,7 +48,8 @@ export default {
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  watch: {
 | 
					  watch: {
 | 
				
			||||||
    value(val) {
 | 
					    value(val) {
 | 
				
			||||||
      if (!this.hasChange && this.hasInit) {
 | 
					      if (val == null) {val = ''}
 | 
				
			||||||
 | 
					      if (this.hasInit) {
 | 
				
			||||||
        this.$nextTick(() => window.tinymce.get(this.tinymceId).setContent(val))
 | 
					        this.$nextTick(() => window.tinymce.get(this.tinymceId).setContent(val))
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user