mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
9 lines
179 B
Vue
9 lines
179 B
Vue
<template>
|
|
<div>
|
|
non stateful setup
|
|
<NuxtClientFallback>
|
|
<BreakInSetup class="clientfallback-non-stateful-setup" />
|
|
</NuxtClientFallback>
|
|
</div>
|
|
</template>
|