Merge branch 'master' of https://github.com/vueComponent/ant-design
commit
24a9b6b65f
|
@ -36,9 +36,7 @@ export default {
|
|||
<Multiple />
|
||||
<Size />
|
||||
<api>
|
||||
<template slot='cn'>
|
||||
<CN/>
|
||||
</template>
|
||||
<CN slot='cn' />
|
||||
<US/>
|
||||
</api>
|
||||
</div>
|
||||
|
|
|
@ -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>`。
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class='markdown api-container'>
|
||||
<slot v-if="lang === 'cn'" name="cn" class='markdown api-container'></slot>
|
||||
<slot v-if="lang === 'cn'" name="cn"></slot>
|
||||
<slot v-else></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue