mirror of https://github.com/ElemeFE/element
parent
c19155d4c7
commit
41c55ed596
|
@ -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"
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
:::demo
|
||||
```html
|
||||
<el-tag
|
||||
:key="tag"
|
||||
v-for="tag in dynamicTags"
|
||||
:closable="true"
|
||||
:close-transition="false"
|
||||
|
|
Loading…
Reference in New Issue