Tag: fix a doc issue, fixed #2611 (#2613)

pull/2629/head
杨奕 2017-01-30 07:24:48 +08:00 committed by baiyaaaaa
parent c19155d4c7
commit 41c55ed596
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ You can use the `close` event to add and remove tag dynamically.
:::demo
```html
<el-tag
:key="tag"
v-for="tag in dynamicTags"
:closable="true"
:close-transition="false"

View File

@ -115,6 +115,7 @@
:::demo
```html
<el-tag
:key="tag"
v-for="tag in dynamicTags"
:closable="true"
:close-transition="false"