Closed tlyau62 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!
When using scoped style, the vue component can successfully generate the scope id in the bundle as shown below. However, when I tried to mount it on a webpack application(vue2), the attribute "v-data-xxx" does not shown up, thus the scope style fails.
I did try the same source code on a vue cli generated project, and when I mounted it on the same webpack application. the attribute "v-data-xxx" shows up perfectly.
I guess there is a bug on the scope id generator.