mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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>
|