vuejs/jsx-vue2

render function scope css no work when passing parameters

walirt opened this issue · 0 comments

Babel config

babel.config.js

Scope css:

image

When no parameters are passed:

image

Is work:

image

When passing parameters

image

Is not work:

image

Why does this happen?