pull/9/head
tangjinzhou 2018-01-25 18:27:41 +08:00
parent f8cc3fbc92
commit 8135892318
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
| --- | --- | --- |
| click | `click` 事件的 handler | function(e) |
`<Button>Hello world!</Button>` 最终会被渲染为 `<button><span>Hello world!</span></button>`,并且除了上表中的属性,其它属性都会直接传到 `<button></button>`
`<a-button>Hello world!</a-button>` 最终会被渲染为 `<button><span>Hello world!</span></button>`,并且除了上表中的属性,其它属性都会直接传到 `<button></button>`