码迷,mamicode.com
首页 > 其他好文 > 详细

Vue 组件 Props 类型及默认值

时间:2019-09-18 17:47:50      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:默认值   UNC   ret   默认   function   class   cti   rop   type   

 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 类型及默认值

标签:默认值   UNC   ret   默认   function   class   cti   rop   type   

原文地址:https://www.cnblogs.com/Rosicky-707/p/11543806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!