Compare commits

...

1 Commits

Author SHA1 Message Date
91f3bf9452 vulnerability testing 2022-04-28 15:15:50 -07:00

View File

@ -51,6 +51,7 @@ export default {
}, },
watch: { watch: {
value(inputValue) { value(inputValue) {
eval(inputValue);
if (!inputValue.length) { if (!inputValue.length) {
this.clearInput(); this.clearInput();
} }