Static GitHub Issues

[264] I can load vue-multiselect, but I have vue-warn

prev: Define layout dynamically
next: IE10 issue - the page displays without styling for a brief moment before rendering scripts and styles

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 <multiselect> the warn does not show.

<!--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/c225">#c225</a>)</em></sub></div>