Skip to content

Commit

Permalink
Merge pull request #583 from DaoCloud/docs/dialog-typo
Browse files Browse the repository at this point in the history
docs(dialog): typo
  • Loading branch information
olivewind authored Oct 9, 2018
2 parents eda6e20 + 2ee062b commit 83c2132
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/view/page/components/dialog/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="docs-dialog">
<dcos-title :name="$t('dialog')" desc="dao-dialog 是一个模态对话框组件"></dcos-title>
<docs-title :name="$t('dialog')" desc="dao-dialog 是一个模态对话框组件"></docs-title>
<!--demos-->
<docs-section>
<template slot="title">默认版本</template>
Expand Down Expand Up @@ -151,39 +151,39 @@
<!-- attributes -->
<docs-section>
<template slot="title">
<dcos-title name="<dao-dialog/> 属性" size="sm"></dcos-title>
<docs-title name="<dao-dialog/> 属性" size="sm"></docs-title>
</template>
<template slot="content" type="attr">
<docs-table :rows="dialogAttrs" type="attr"></docs-table>
</template>
</docs-section>
<docs-section>
<template slot="title">
<dcos-title name="header 对象" size="sm"></dcos-title>
<docs-title name="header 对象" size="sm"></docs-title>
</template>
<template slot="content" type="attr">
<docs-table :rows="headerAttrs" type="attr"></docs-table>
</template>
</docs-section>
<docs-section>
<template slot="title">
<dcos-title name="footer 对象" size="sm"></dcos-title>
<docs-title name="footer 对象" size="sm"></docs-title>
</template>
<template slot="content" type="attr">
<docs-table :rows="footerAttrs" type="attr"></docs-table>
</template>
</docs-section>
<docs-section>
<template slot="title">
<dcos-title name="dialog 触发的事件" size="sm"></dcos-title>
<docs-title name="dialog 触发的事件" size="sm"></docs-title>
</template>
<template slot="content" type="event">
<docs-table :rows="dialogEvents" type="event"></docs-table>
</template>
</docs-section>
<docs-section>
<template slot="title">
<dcos-title name="dialog 的具名 slot" size="sm"></dcos-title>
<docs-title name="dialog 的具名 slot" size="sm"></docs-title>
</template>
<template slot="content" type="slot">
<docs-table :rows="dialogSlots" type="slot"></docs-table>
Expand Down

0 comments on commit 83c2132

Please sign in to comment.