fix: no-ssr test error

This commit is contained in:
Clark Du 2018-09-13 10:02:49 +01:00
parent 1c585f9628
commit 85c9c00b73

View File

@ -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>