1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 09:00:31 +00:00
Nuxt/test/fixtures/custom-dirs/custom-pages/index.vue

6 lines
83 B
Vue

<template>
<div>
<h1>I have custom pages directory</h1>
</div>
</template>