Commit 41c55ed5 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

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

parent c19155d4
...@@ -115,6 +115,7 @@ You can use the `close` event to add and remove tag dynamically. ...@@ -115,6 +115,7 @@ You can use the `close` event to add and remove tag dynamically.
:::demo :::demo
```html ```html
<el-tag <el-tag
:key="tag"
v-for="tag in dynamicTags" v-for="tag in dynamicTags"
:closable="true" :closable="true"
:close-transition="false" :close-transition="false"
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
:::demo :::demo
```html ```html
<el-tag <el-tag
:key="tag"
v-for="tag in dynamicTags" v-for="tag in dynamicTags"
:closable="true" :closable="true"
:close-transition="false" :close-transition="false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment