目录props type设置多个类型如何定义propsprops type设置多个类型 props: { value: { // Vue props type设置
props: {
value: {
// Vue props type设置多个类型
type: Number | null,
required: true
},
articleId: {
type: [Number, String, Object],
required: true
}
},
props: {
num: {
type: [Number, String], //支持多种类型
default: 0, //默认值
},
arr: {
type: Array,
default: function () {
return [];
},
required: true, //是否必须
},
},
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程网。
--结束END--
本文标题: vue props type设置多个类型
本文链接: https://lsjlt.com/news/146981.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-12
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0