vuejs / component-compiler-utils

Lower level utilities for compiling Vue single file components
319 stars 75 forks source link

Clarification request about scoped style #104

Open eytienne opened 3 years ago

eytienne commented 3 years ago

I come about this issue where I stated my grasp of the situation: https://github.com/Morgul/snowpack-plugin-vue2/issues/2

So briefly, is it normal that I don't see a scoped property into TemplateCompileOptions related to the one from StyleCompileOptions? I anticipated something like what is done here: https://github.com/vuejs/vue-next/blob/master/packages/compiler-sfc/src/compileTemplate.ts#L47