1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 17:46:34 +00:00
Nuxt/test/fixtures/minimal-pages/app.vue
2025-01-05 00:34:55 +00:00

4 lines
63 B
Vue

<template>
<NuxtLayout><NuxtPage /></NuxtLayout>
</template>