Nuxt/test/fixtures/basic/pages/no-ssr.vue

8 lines
155 B
Vue
Raw Normal View History

2017-08-24 10:46:30 +00:00
<template>
2018-09-13 09:02:49 +00:00
<div>
<NoSsr placeholder="Loading..." placeholder-tag="p">
2018-09-13 09:02:49 +00:00
<h1>Displayed only on client-side</h1>
</NoSsr>
2018-09-13 09:02:49 +00:00
</div>
2017-08-24 10:46:30 +00:00
</template>