1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/test/fixtures/with-config/layouts/default.vue
2016-12-24 17:58:52 +01:00

7 lines
80 B
Vue

<template>
<div>
<h1>Default layout</h1>
<nuxt/>
</div>
</template>