1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 07:00:59 +00:00
Nuxt/test/fixtures/error/pages/index.vue
2016-12-20 20:44:42 +01:00

11 lines
123 B
Vue

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