导入 import * as HomeCom from './components' 在template 使用 <HomeCom.HomeOperatives></HomeCom.HomeOperatives>
- 发布:2022-02-15 11:28
- 更新:2022-02-15 22:41
- 阅读:476
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 3.3.11
第三方开发者工具版本号: 1.05.2201240
基础库版本号: 1
项目创建方式: HBuilderX
操作步骤:
预期结果:
组件可以直接页面使用
组件可以直接页面使用
实际结果:
[plugin:vite:vue] not supported: HomeCom.HomeOperatives
11:20:25.005 P:/linlin/linlin-app/pages/home/home.vue
11:20:25.005 3 | <lg-base-container title="首页" isCustom>
11:20:25.013 4 | <home-head-card></home-head-card>
11:20:25.013 5 | <u-button type="primary" shape="circle" icon="map" text="图标按钮"></u-button>
11:20:25.021 | ^^^^^^
11:20:25.022 6 | <HomeCom.HomeOperatives></HomeCom.HomeOperatives>
11:20:25.029 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:20:25.029 7 | </lg-base-container>
[plugin:vite:vue] not supported: HomeCom.HomeOperatives
11:20:25.005 P:/linlin/linlin-app/pages/home/home.vue
11:20:25.005 3 | <lg-base-container title="首页" isCustom>
11:20:25.013 4 | <home-head-card></home-head-card>
11:20:25.013 5 | <u-button type="primary" shape="circle" icon="map" text="图标按钮"></u-button>
11:20:25.021 | ^^^^^^
11:20:25.022 6 | <HomeCom.HomeOperatives></HomeCom.HomeOperatives>
11:20:25.029 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:20:25.029 7 | </lg-base-container>
bug描述:
在<script setup> <script> 中使用命名空间组件 报错