You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/tag/index.zh-CN.md

719 B

API

Tag

参数 说明 类型 默认值
afterClose 关闭动画完成后的回调 () => void -
closable 标签是否可以关闭 boolean false
color 标签色 string -
visible(v-model) 是否显示标签 boolean true

事件

事件名称 说明 回调参数
close 关闭时的回调 (e) => void

Tag.CheckableTag

参数 说明 类型 默认值
checked(v-model) 设置标签的选中状态 boolean false

事件

事件名称 说明 回调参数
change 点击标签时触发的回调 (checked) => void