Subscribe on changes!

customElements without props break

avatar
Aug 31st 2022

Vue version

3.2.37

Link to minimal reproduction

https://stackblitz.com/edit/vitejs-vite-d5zqyq?file=src%2Fcomponents%2FMyButton.ce.vue

Steps to reproduce

See that the component with a prop works just fine and MyButton is not mounted and generated an error. Uncomment the props in MyButton.ce.vue and then refresh the page and the component will appear

What is expected?

customElements without props built with vue should work.

What is actually happening?

All Vue components without props fail to mount as custom elements.

System Info

No response

Any additional comments?

No response