标签:默认值 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 }
标签:默认值 UNC ret 默认 function class cti rop type
原文地址:https://www.cnblogs.com/Rosicky-707/p/11543806.html