Feature/rework vue schema
This commit is contained in:
@@ -14,6 +14,11 @@ Vue.component('tt-input', {
|
||||
inputValue: this.value,
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
value(val) {
|
||||
this.inputValue = val;
|
||||
}
|
||||
},
|
||||
template: `
|
||||
<div class="form-group">
|
||||
<slot name="prepend"></slot>
|
||||
|
||||
Reference in New Issue
Block a user