Skip to content
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

btnOkText options doesn't active. #39

Closed
saviorZSC opened this issue Jan 10, 2018 · 2 comments
Closed

btnOkText options doesn't active. #39

saviorZSC opened this issue Jan 10, 2018 · 2 comments
Assignees
Labels

Comments

@saviorZSC
Copy link

ATUI版本

0.1.31

Vue 版本

2.5.13

操作系统版本 & 浏览器版本

windows chrome 60.0.3112.113

关键代码或在线demo(比如jsfiddle、codepen)

<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的配置是不成功的,还是默认的 “确认”。

@chaoren1641 chaoren1641 self-assigned this Jan 10, 2018
chaoren1641 added a commit that referenced this issue Jan 10, 2018
@chaoren1641
Copy link
Member

�感谢反馈,已修复。
https://github.com/aliqin/atui/releases/tag/v0.1.32

@saviorZSC
Copy link
Author

非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants