Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 287 Bytes

TestComponent.md

File metadata and controls

22 lines (14 loc) · 287 Bytes

TestComponent

author : m860

测试组件

props

  • name string 姓名
  • age? number 年龄

methods

  • getName ()=>string
  • getAge ()=>number | undefined
  • setAge (age:number)=>void

Examples

<TestComponent name="Lily"/>