vue 报错:Component template should contain exactly one root element. If you are using v-if on multiple

博客介绍了在Vue开发中遇到的模板编译错误:Component template should contain exactly one root element。原因是组件模板需要有一个唯一的根元素。解决方案是将多个元素包裹在一个主元素内,如div。通过修正模板结构,可以避免使用v-if在多个元素上,改用v-else-if进行链式判断。
摘要由CSDN通过智能技术生成

vue 引入 scss 编译报错:

./node_modules/vue-loader/lib/template-compiler?{“id”:“data-v-e43c18bc”,“hasScoped”:false,“transformToRequire”:{“video”:[“src”,“poster”],“source”:“src”,“img”:“src”,“image”:“xlink:href”},“buble”:{“transforms”:{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/test.vue
(Emitted value instead of an instance of Error)
Error compiling template:

<img src="…/assets/logo.png">
<van-button type=“info”>信息按钮</van-button>

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

</

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值