Feature/rework vue schema

This commit is contained in:
Luca Haid
2024-05-10 21:03:01 +00:00
parent 1f30671cf9
commit 78c9d3ef37
34 changed files with 2290 additions and 1146 deletions

View File

@@ -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>