mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix: no-ssr test error
This commit is contained in:
parent
1c585f9628
commit
85c9c00b73
8
test/fixtures/basic/pages/no-ssr.vue
vendored
8
test/fixtures/basic/pages/no-ssr.vue
vendored
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<no-ssr placeholder="<p>Loading...</p>">
|
||||
<h1>Displayed only on client-side</h1>
|
||||
</no-ssr>
|
||||
<div>
|
||||
<no-ssr placeholder="Loading..." placeholder-tag="p">
|
||||
<h1>Displayed only on client-side</h1>
|
||||
</no-ssr>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user