Closed qinhua closed 3 years ago
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
你好,你的 issue 不符合我们所要求的格式,因此已被自动关闭。为了确保每个 issue 都提供必需的相关信息,请务必使用我们的 Issue 向导 来创建新 issue,谢谢!
场景:vue-cli4 、 vue3.2
问题:在 vue3 的 SFC 文件中引入的 webcomponents 无法渲染出来
详情:通过查看 vue-cli 网站提供的文档,已经在
vue.config.js
中做了如下配置,但是当我在 SFC 中引入 webcomponents 后,组件内部的 shadow-dom 没有渲染,但放到 vue2 里面可以渲染出来。现在只能放在 index.html 中才能使用,这样不灵活。不知道是什么原因导致的,也没有报错。SFC组件内容