//utssdk/index.uts
export function test(): string {
return 'hello world'
}
// 其他 .js 文件
import {test} from "@/uni_modules/test-uts-api-plugin"
编译时,提示如下错误:
"test" is not exported by xxx
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 14.5 (23F79)
HBuilderX类型: 正式
HBuilderX版本号: 4.23
手机系统: Android
手机系统版本号: Android 14
手机厂商: 模拟器
手机机型: arm65
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
//utssdk/index.uts
export function test(): string {
return 'hello world'
}
// 其他 .js 文件
import {test} from "@/uni_modules/test-uts-api-plugin"
编译时,提示如下错误:
"test" is not exported by xxx
正常 import
报错
开发 uts 插件时,在 utssdk/index.uts 里面export的方法,其他地方无法 import
1 个回复
1***@qq.com
你好,我这边也是在uni_modules下放了一个第三方aar,需要在项目里引入使用,但是在其它页面引入时报错: 文件查找失败