You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Version
5.0.0
Reproduction link
https://codesandbox.io/s/crazy-engelbart-c3bw0?file=/src/components/HelloWorld.vue
Steps to reproduce
add custom block to vue sfc with a src attribute. e.g:
configure rollup-plugin vue to include 'my-thing' custom block
add transform to rollup to handle custom block, e.g
What is expected?
when using the transform, I'd expect to be able to access the 'src' attribute either as a path or from the
code
prop.What is actually happening?
'code' is undefined and src isn't available as a path
The text was updated successfully, but these errors were encountered: