The vue component library uses `defineAsyncComponent`, which is used in the project and reports an error `component is missing template or render function`.
Vue version
3.2.38
Link to minimal reproduction
Steps to reproduce
Use rollup to compile the component library and use the component in the project component library version
{
"rollup": "^2.77.2",
"rollup-plugin-vue": "6.0.0",
"@vue/compiler-sfc": "3.2.45",
}
What is expected?
Import display components normally
What is actually happening?
[Vue warn]: Component is missing template or render function
System Info
No response
Any additional comments?
No response