dodanie komentarza zby zobaczyc czy sie upgejduje node
This commit is contained in:
@@ -43,6 +43,7 @@ export default {
|
||||
this.name = (this.value && this.value.name) ? this.value.name : this.name;
|
||||
this.text = (this.value && this.value.text) ? this.value.text : this.text;
|
||||
if (this.value.open) this.modalBox = true;
|
||||
console.log('mounted textarea');
|
||||
this.$emit('input',this.value);
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user