mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
8 lines
101 B
Vue
8 lines
101 B
Vue
|
<template>
|
||
|
<div />
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
throw new Error('This is a custom error')
|
||
|
</script>
|