vuejs / jsx-vue2

monorepo for Babel / Vue JSX related packages
https://jsx-vue2-playground.netlify.app/
1.47k stars 96 forks source link

scoped css not working with compositionAPI enabled and functional component using render #289

Open freedomlang opened 1 year ago

freedomlang commented 1 year ago

After enable compositionAPI, The html genreated by functional component(using render) does not included "data-v-xxxxx"。

Btw: I'm using vue@2.7.7。And everything goes right with compositionAPI disabled.

Planck-Ho commented 1 year ago

After enable compositionAPI, The html genreated by functional component(using render) does not included "data-v-xxxxx"。

Btw: I'm using vue@2.7.7。And everything goes right with compositionAPI disabled.

I have the same problem