Static GitHub Issues

[2251] 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 <p>, or missing <tbody>. Bailing hydration and performing full client-side render.

prev: Did you already released #2081 ?
next: API call return 404 error but Nuxt assign 500 statusCode

nuxt.config.js

plugins: [
        {src: '~plugins/onsenui', ssr: false}
    ]

plugins/onsenui.js:

import Vue from 'vue'
import VueOnsen from 'vue-onsenui';

Vue.use(VueOnsen);

index.vue:

<v-ons-list-item>
        <div class="left">Left</div>
        <div class="center">Center</div>
        <div class="right">Right</div>
</v-ons-list-item>
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1974">#c1974</a>)</em></sub></div>