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