Nuxt/test/fixtures/with-config/layouts/custom-env.vue

7 lines
84 B
Vue

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