会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Live2d Test Env
致爱丽丝
郝家奎,你一定要争气呀!
博客园
首页
新随笔
联系
管理
2024年7月10日
vue3中关于指定props的复杂ts类型
摘要: 如果要对props的数据进行指定类型, 基本类型可以直接使用类型约束,复杂类型可以使用PropType进行约束 interface ItemInterface { title: string code: string status: number icon: string } const props
阅读全文
posted @ 2024-07-10 14:45 致爱丽丝
阅读(378)
评论(0)
推荐(0)
编辑