https://stackblitz.com/edit/bug-runtime-throw-test-vite?file=src%2FApp.vue%3AL13
Runtime errors just make the component fail to load, SILENTLY... what gives??
- Vue 3 runs correctly, only reproduce-able in Vue 2
GitHub
https://stackblitz.com/edit/bug-runtime-throw-test-vite?file=src%2FApp.vue%3AL13 This component silently fails if any function inside throws. In Vue 3, the component correctly delivers errors to th...