hbuilderX新建项目,创建component/listItem.vue,页面引入编译无效,但是随便换个其他名字比如myListItem就是好的
<template>
<view class="content">
<list-item />
</view>
</template>
<script setup>
import ListItem from './component/listItem.vue'
</script>
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 专业版
HBuilderX类型: 正式
HBuilderX版本号: 4.08
第三方开发者工具版本号: 1.06.2402040
基础库版本号: 3.4.2
项目创建方式: HBuilderX
hbuilderX新建项目,创建component/listItem.vue,页面引入编译无效,但是随便换个其他名字比如myListItem就是好的
<template>
<view class="content">
<list-item />
</view>
</template>
<script setup>
import ListItem from './component/listItem.vue'
</script>
期望listItem能正常引入
hx4.08无效,hx3.99有效