mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +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>
|