-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Labels
has workaroundp2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)
Description
I really like the browser error overlay that we get for compile errors (server.hmr.overlay). But runtime errors still appear only in console. It would be nice if runtime errors could also be displayed using the nice browser error overlay.
For example, it would be nice to get the overlay if I forgot to import ref:
<script setup>
import HelloWorld from './components/HelloWorld.vue'
const name = ref('Martin')
</script>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
has workaroundp2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)