Nuxt/test/fixtures/basic/pages/client-only.vue
Pim b286024dd3 test: add client-only test to basic fixture (#6315)
test: check for no-ssr deprecation warning
2019-08-27 11:25:25 +02:00

8 lines
167 B
Vue

<template>
<div>
<client-only placeholder="Loading..." placeholder-tag="p">
<h1>Displayed only on client-side</h1>
</client-only>
</div>
</template>