Files
FloatingIsland/app/app.vue

7 lines
103 B
Vue

<template>
<nuxt-loading-indicator />
<nuxt-layout>
<nuxt-page />
</nuxt-layout>
</template>