fix:调整 user 的 props.id 参数,避免 Vue warn 告警
This commit is contained in:
@@ -109,7 +109,7 @@ import PostPicker from './components/post-picker.vue'
|
||||
import { navigateBackPlus } from '@/utils';
|
||||
|
||||
const props = defineProps<{
|
||||
id?: string
|
||||
id?: number | any
|
||||
}>()
|
||||
|
||||
definePage({
|
||||
|
||||
Reference in New Issue
Block a user