Nuxt/test/fixtures/basic/pages/error.vue

8 lines
101 B
Vue
Raw Normal View History

<template>
<div />
</template>
<script setup>
throw new Error('This is a custom error')
</script>