Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.
其实就是说在模版里只能有一个主div(根对象),如果有多个元素,请用一个主div包含他们.