1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/test/fixtures/custom-dirs/custom-layouts/default.vue
2018-02-03 16:41:43 -02:00

7 lines
95 B
Vue

<template>
<div>
<nuxt/>
<p>I have custom layouts directory</p>
</div>
</template>