fix vue warning

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-05 18:02:08 +07:00
parent faf9c4c7f3
commit c681d56885
7 changed files with 10 additions and 13 deletions

View file

@ -20,7 +20,7 @@ const { findOrgNameOldHtml, findOrgNameHtml } = useCounterMixin();
/** propsDataProfile*/
const props = defineProps({
data: { type: Object as PropType<DataProfile>, required: true },
data: { type: Object as PropType<DataProfile>, default: () => ({}) },
type: { type: String, default: "" },
});