登录相关页和首页组件适配
This commit is contained in:
@@ -9,8 +9,8 @@ const { user } = storeToRefs(store);
|
||||
|
||||
const props = defineProps({
|
||||
editAvatar: {
|
||||
type: String,
|
||||
default: "",
|
||||
type: Function,
|
||||
default: () => {},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user