fix vue warning
This commit is contained in:
parent
faf9c4c7f3
commit
c681d56885
7 changed files with 10 additions and 13 deletions
|
|
@ -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: "" },
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue