WIP #295 not yet keep previous page

This commit is contained in:
Cindy Chang
2024-05-31 12:03:09 +08:00
parent 83f399b746
commit 69f6a2048a
6 changed files with 190 additions and 35 deletions

View File

@@ -89,7 +89,9 @@ export default {
*/
changeHandler(event) {
let inputValue = event.target.value;
if(inputValue !== '') this.isInvalid = false;
if(inputValue !== '') {
this.isInvalid = false;
}
},
},
};