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 }
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 }
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。