-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdn 模式 el-popconfirm 确认取消不好使 #20118
Comments
onConfirm 应该这样写吧 |
CDN模式下 得像我那么写 VUE自身会有提示 |
确实不好用。编译环境里面是ok的。但是cdn的方式使用的时候,一点儿效果都没有。这个事件就是绑定不上函数。 |
你用没用过上传组件里面的 多选上传的功能 第一次上传行 第二次修改他 把文件删除了 就不能再多选了 1次选一个没问题 一多选就不行 |
Now fixed to the correct 'confirm' and 'cancel' event name in #20240 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<el-popconfirm
title="确定删除吗?"
@on-confirm="confirm"
>
confirm: function (val) {
console.log('aaa')
}
不起作用
The text was updated successfully, but these errors were encountered: