Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.3.0-beta.4
Environment
4.x
Reproduction link
https://next.antdv.com/components/modal-cn/
Steps to reproduce
官网示例
Modal.info({
title: 'This is a notification message',
content: h('div', {}, [
h('p', 'some messages...some messages...'),
h('p', 'some messages...some messages...'),
]),
onOk() {
console.log('ok');
},
});
弹出窗提示按钮是英文,
存在相同问题的还有modal.info|success|error|warning|confirm
What is expected?
--
What is actually happening?
--