Vue: Why vue component must have a top container ?

Created on 24 Jun 2017  路  2Comments  路  Source: vuejs/vue

What problem does this feature solve?

Vue 2.0 component must have a top container, I think it has too much DOM wasted and affected the page struct or style! For example a vue-router single page app, must have a container to mount, and the page is a vue component, must have a top container too. Most time we don't need this two parent container.

Another example is v-html, we can not use