8 lines
166 B
Vue
8 lines
166 B
Vue
<template>
|
|
|
|
<NuxtLoadingIndicator color="#ffbe33" duration="1" throttle="0"/>
|
|
<NuxtLayout />
|
|
<NuxtPage />
|
|
<NuxtLayout name="footer"/>
|
|
</template>
|