Skip to content

Commit

Permalink
fix button label
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Mar 5, 2018
1 parent 1e05b49 commit c9c5c0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/veui/src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<span class="veui-dialog-content-head-title"><slot name="title">{{ title }}</slot></span>
<button type="button" class="veui-dialog-content-head-close"
v-if="closable"
@click="localOpen = false">
@click="localOpen = false"
aria-label="关闭">
<veui-icon :name="icons.close"></veui-icon>
</button>
</div>
Expand Down

0 comments on commit c9c5c0c

Please sign in to comment.