Version
3.2.14
Environment
vue3
Reproduction link

Steps to reproduce
- 我打算用编程式使用moda组件
- 官方文档中的modal.confirm方法接收的props对象中content属性的类型接受vnode | jsx
- 于是我在js中调用modal.confirm方法并给props中的content赋值了jsx
- 但是报错了
What is expected?
调用modal.confirm方法给接收的props对象中content属性赋值jsx
What is actually happening?
报错了