emplate syntax error Component template should contain exactly one root element.
作者:互联网
(Emitted value instead of an instance of Error) template syntax error 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.
NonErrorEmittedError: (Emitted value instead of an instance of Error) template syntax error 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.
at Object.emitError (C:\Users\v-lianglj01\.wx\modules\node_modules\_webpack@3.12.0@webpack\lib\NormalModule.js:122:14)
at C:\Users\v-lianglj01\.wx\modules\node_modules\_weex-vue-loader@0.7.0@weex-vue-loader\lib\template-compiler.js:78:12
at Array.forEach (<anonymous>)
at Object.module.exports (C:\Users\v-lianglj01\.wx\modules\node_modules\_weex-vue-loader@0.7.0@weex-vue-loader\lib\template-compiler.js:77:21)
@ ./src/components/helloworld.vue 5:23-314
@ ./.temp/helloworld.js
原因:模板语法错误,vue中只有一个根元素
解决方案:
可以添加一个根元素包含其他标签,如:添加一个div包含两个<text>
标签:vue,modules,exactly,Component,js,weex,template,contain,instead 来源: https://blog.csdn.net/hua_ban_yu/article/details/92993107