购物车

This commit is contained in:
李志鹏
2026-05-21 14:36:29 +08:00
parent 31de24cc2b
commit e7957532e8
9 changed files with 160 additions and 106 deletions

View File

@@ -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: '' },