1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 09:28:41 +00:00
Nuxt/test/fixtures/with-config/layouts/custom-env.vue
2016-12-25 21:10:14 +01:00

7 lines
83 B
Vue

<template>
<div>
<h1>Custom env layout</h1>
<nuxt/>
</div>
</template>