We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.31
2.5.13
windows chrome 60.0.3112.113
<v-button small v-on:click.native="deleteItem" >Delete Button</v-button>
the deleteItem function:
deleteItem: function(){ atui.Modal.confirm({ title: 'Confirm the operation', content: 'Are you sure to delete this item?', onOk () { console.log('sure') }, btnOkText: 'sure', btnCancelText: 'Meditation' }) }
btnOkText的配置是不成功的,还是默认的 “确认”。
The text was updated successfully, but these errors were encountered:
fix: modal buttonText config #39
621573d
�感谢反馈,已修复。 https://github.com/aliqin/atui/releases/tag/v0.1.32
Sorry, something went wrong.
非常感谢
chaoren1641
No branches or pull requests
ATUI版本
0.1.31
Vue 版本
2.5.13
操作系统版本 & 浏览器版本
windows chrome 60.0.3112.113
关键代码或在线demo(比如jsfiddle、codepen)
the deleteItem function:
btnOkText的配置是不成功的,还是默认的 “确认”。
The text was updated successfully, but these errors were encountered: