购物车
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
const props = defineProps({
|
||||
email: { type: String, required: true },
|
||||
type: {
|
||||
type: String as () => 'LOGIN' | 'REGISTER' | 'FORGOT_PWD',
|
||||
type: String as () => 'LOGIN' | 'REGISTER' | 'FORGET_PWD',
|
||||
required: true
|
||||
},
|
||||
password: { type: String, default: '' },
|
||||
|
||||
Reference in New Issue
Block a user