<template>
<view>
111
</view>
</template>
- 发布:2024-04-01 17:08
- 更新:2024-04-01 17:50
- 阅读:257
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
浏览器平台: Chrome
浏览器版本: Chrome123.0.6312.59(正式版本)
项目创建方式: CLI
CLI版本号: .0.0-4000720240327002
示例代码:
操作步骤:
<template>
<view>
111
</view>
</template>
<template>
<view>
111
</view>
</template>
预期结果:
正常编译
正常编译
实际结果:
警告报错,视图不显示
警告报错,视图不显示
bug描述:
新建二级页面内容:<view>111</view> 报错 : moreApp.vue:8 [Vue warn]: Failed to resolve component: v-uni-view
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <MoreApp> 改成<div>111</div> 页面就不提示,正常用标签全部出问题了
小太阳ing (作者)
已上传,pnpm i 安装后运行至浏览器,点击首页进入页面控制台即可复现
2024-04-01 17:33