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
1.2.5
MacOS
AMD64
window.$dialog?.error({ title: 'Error', // 没有i18n content: response.data.msg, positiveText: $t('common.confirm'), maskClosable: false, closeOnEsc: false, onPositiveClick() { logoutAndCleanup(); }, onClose() { logoutAndCleanup(); } });
i18n之后的输出
Error字符串
No response
The text was updated successfully, but these errors were encountered:
如果这里在zh的情况下显示个“错误”,会不会有点怪怪的
Sorry, something went wrong.
f7de3fd
No branches or pull requests
软件版本
1.2.5
运行环境
MacOS
运行架构
AMD64
重现步骤
期望的结果是什么?
i18n之后的输出
实际的结果是什么?
Error字符串
日志记录(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: