Vue报错

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包含他们.

posted @ 2023-02-18 18:36  LZJJJ  阅读(24)  评论(0)    收藏  举报