vuejs / rollup-plugin-vue

Roll .vue files
https://vuejs.github.io/rollup-plugin-vue
MIT License
843 stars 148 forks source link

Properties from data() are not rendered #416

Open isaacl opened 3 years ago

isaacl commented 3 years ago

Version

6.0.0-beta.11

Reproduction link

https://github.com/isaacl/vueNextIssues/tree/basicComponent

Steps to reproduce

Compile a simple component which uses a data() function

What is expected?

The template renders Hello World on the page

What is actually happening?

Only World is visible because {{ greeting }} is not resolving.