请问 alert Confirm 弹窗content内容不展示
Open
- Dominant language
- Vue
- Stars
- 17.5k
- Forks
- 3.6k
- PR merge metrics
- No merged PRs in 30d
Description
```
this.$vux.confirm.show({
content: "写死的提示内容",
onConfirm() {
}
});
```

不显示提示内容。
使用vue框架,删node_modules,重新安装 也是不显示
"vux": "^2.11.1"
"vux-loader": "^1.2.9",
就只有弹窗的content 内容不显示,其他功能都正常。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.