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

11 lines
123 B
Vue

<template>
<h1>Error page</h1>
</template>
<script>
/* eslint no-undef: 0 */
export default {
not_defined
}
</script>