Update promo-question.vue
This commit is contained in:
parent
9624deea4b
commit
59355ff8d1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
validateAlphanumeric() {
|
validateAlphanumeric() {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
this.value = this.value.replace(ALPHANUMERIC_REGEX, "");
|
||||||
}, 0);
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue