This commit is contained in:
Esacpe 2025-05-23 09:42:13 +08:00
parent b31bdfec29
commit 64bbcd2a06

View File

@ -26,7 +26,8 @@ const { D_BZ_XB } = proxy.$dict("D_BZ_XB");
const props = defineProps({
//
sex: {
type: String
type: String,
default: ""
},
disabled:{
type:Boolean,