Home

Issue: 2702

Some of the strings on ios 10 safari are rendering errors on the server side, which is weird.

[issue link]

When I wrote the template, some strings (such as string: 2016200202, but string: 201620020 but no problem) could not be rendered on the server side,.
nuxt: 1.2.1,
vue: 2.5.13
The test code:

<template>
<div class='container'>
<div>2016200202</div>
</div>
</template>

The following error message:
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside

, or missing

. Bailing hydration and performing full client-side render.

This question is available on Nuxt.js community (#c2348)