小太阳ing
小太阳ing
  • 发布:2024-04-01 17:08
  • 更新:2024-04-01 17:50
  • 阅读:257

【报Bug】最新cli项目 新建二级 页面报错 v-uni-view If this is a native custom element

分类:uni-app

产品分类: 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> 页面就不提示,正常用标签全部出问题了

2024-04-01 17:08 负责人:无 分享
已邀请:
DCloud_UNI_FengXY

DCloud_UNI_FengXY

上传一个测试工程

  • 小太阳ing (作者)

    已上传,pnpm i 安装后运行至浏览器,点击首页进入页面控制台即可复现

    2024-04-01 17:33

小太阳ing

小太阳ing (作者) -

测试工程

DCloud_UNI_FengXY

DCloud_UNI_FengXY

临时解决方案:修改 moreApp.vue 的文件名,不要以App结尾,然后试试

要回复问题请先登录注册