New frontend.

This commit is contained in:
James Cole
2021-01-31 20:31:27 +01:00
parent 329c3b14d5
commit 2dd2d0ef58
12 changed files with 251 additions and 74 deletions

View File

@@ -40,6 +40,11 @@
</div>
</template>
</vue-typeahead-bootstrap>
<span v-if="errors.length > 0">
<span v-for="error in errors" class="text-danger small">{{ error }}<br/></span>
</span>
</div>
</template>
@@ -69,7 +74,7 @@ export default {
},
watch: {
value: function (value) {
console.log('set');
//console.log('set');
this.setGroupTitle({groupTitle: value});
}
},
@@ -85,7 +90,6 @@ export default {
]
),
clearDescription: function () {
console.log('cear');
this.setGroupTitle({groupTitle: ''});
this.value = '';
},