Home

Issue: 264

I can load vue-multiselect, but I have vue-warn

[issue link]

Multiselect use:

<multiselect v-model="search.city" label="name" 
    placeholder="City" track-by="id" options="cities" :show-labels="false"></multiselect>

Console warn:

vue.runtime.common.js:521 [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 ‘p’, or missing ‘tbody’. Bailing hydration and performing full client-side render.

If I remove the warn does not show.

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