This commit is contained in:
James Cole 2019-09-03 16:57:03 +02:00
parent e113fea8f0
commit a8b521bdd5
2 changed files with 3 additions and 1 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -99,6 +99,8 @@
clearCategory: function () { clearCategory: function () {
//props.value = ''; //props.value = '';
this.name = ''; this.name = '';
this.$refs.input.value = '';
this.$emit('input', this.$refs.input.value);
// some event? // some event?
this.$emit('clear:category') this.$emit('clear:category')
}, },