mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
11626eea4f
Co-authored-by: Daniel Roe <daniel@roe.dev>
8 lines
101 B
Vue
8 lines
101 B
Vue
<template>
|
|
<div />
|
|
</template>
|
|
|
|
<script setup>
|
|
throw new Error('This is a custom error')
|
|
</script>
|