未验证 提交 d04477a2 编写于 作者: 安泊尔 提交者: GitHub

fix: switch emits loading (#912)

上级 1dc878cb
......@@ -67,7 +67,7 @@ export default create({
default: ''
}
},
emits: ['change', 'update:modelValue'],
emits: ['change', 'update:modelValue', 'update:loading'],
setup(props, { emit }) {
const isActive = computed(() => props.modelValue === props.activeValue);
const classes = computed(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册