Vue 组件 Props 类型及默认值

Posted rosicky-707

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue 组件 Props 类型及默认值相关的知识,希望对你有一定的参考价值。

 1 refArr: 
 2 type: Array,
 3 default: () => 
 4 return []
 5 
 6 ,
 7 refFun: 
 8 type: Function,
 9 default: () => () => 
10 ,
11 refObj: 
12 type: Object,
13 default: () => ()
14 

 

以上是关于Vue 组件 Props 类型及默认值的主要内容,如果未能解决你的问题,请参考以下文章

vue props原理

父子组件传值props

react——子组件props字段类型类型限制——默认值设置。

vue3 中使用 props, emits 并指定其类型与默认值

vue中prop 验证 和默认值

vue props自定义类型检查