Nuxt/test/fixtures/bridge/pages/error.vue
pooya parsa 11626eea4f
feat!: migrate to nitropack (#3956)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00

8 lines
101 B
Vue

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