commit
e930f961b2
1 changed files with 5 additions and 0 deletions
|
|
@ -267,6 +267,11 @@ export default {
|
|||
this.$options.components[this.buttonTypeString] = this.buttonTypeObject;
|
||||
}
|
||||
},
|
||||
beforeUnmount() {
|
||||
this.resetField({
|
||||
value: ''
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
formatString(str) {
|
||||
return String(str).replaceAll(' ', '-');
|
||||
|
|
|
|||
Loading…
Reference in a new issue