mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
7 lines
112 B
Vue
7 lines
112 B
Vue
|
<template>
|
||
|
<NuxtLoadingIndicator :throttle="0" />
|
||
|
<NuxtLayout>
|
||
|
<NuxtPage />
|
||
|
</NuxtLayout>
|
||
|
</template>
|