mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
12 lines
256 B
Vue
12 lines
256 B
Vue
<template>
|
|
<div>
|
|
async setup
|
|
<NuxtClientFallback>
|
|
<BreakInAsyncSetup class="clientfallback-async-setup" />
|
|
<template #fallback>
|
|
<div>Work with async setup</div>
|
|
</template>
|
|
</NuxtClientFallback>
|
|
</div>
|
|
</template>
|