fix style && some warning
This commit is contained in:
@@ -61,7 +61,7 @@ import { useAuthStore } from 'stores/useAuthStore';
|
||||
let email = ref('');
|
||||
let password = ref('');
|
||||
let visibility = ref(false);
|
||||
let passwordFieldType = ref('password');
|
||||
let passwordFieldType = ref<'text'|'password'>('password');
|
||||
let visibilityIcon = ref('visibility');
|
||||
const required = (val:string) => {
|
||||
return (val && val.length > 0 || '必須項目')
|
||||
|
||||
Reference in New Issue
Block a user