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