Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

get-component引用的问题 #5

Open
guigui0326 opened this issue Dec 23, 2021 · 7 comments
Open

get-component引用的问题 #5

guigui0326 opened this issue Dec 23, 2021 · 7 comments

Comments

@guigui0326
Copy link

大部分组件都是可用的,只有使用get-component的组件会报一个ReferenceError: require is not defined at Module.node_modules\shvl\dist\shvl.mjs的错误。
尝试定位原因,/wxs/get-component import * as shvl from 'shvl' 问题好像出在这个组件上,我已经安装过这个组件,请问有什么解决方法或者替换方案吗?

@auven
Copy link
Owner

auven commented Dec 23, 2021

是不是没开启【将 JS 编译成 ES5】

@guigui0326
Copy link
Author

是不是没开启【将 JS 编译成 ES5】

我是在hbuilder上运行的,请问具体在哪设置呢?我没找到开启的地方

@auven
Copy link
Owner

auven commented Dec 23, 2021

报错是在 hbuilder 命令行,还是小程序开发工具呢?

@guigui0326
Copy link
Author

报错是在 hbuilder 命令行,还是小程序开发工具呢?

命令行没有提示错误,我是运行到浏览器中,使用tab组件时,控制台提示的错误,经过排查 发现使用的import * as shvl from 'shvl' 这个模块报的错。

@auven
Copy link
Owner

auven commented Dec 23, 2021

这个太久没去更新了,建议还是不要使用了,推荐使用:

@guigui0326
Copy link
Author

这个太久没去更新了,建议还是不要使用了,推荐使用:

是的 这两个用过,主要是因为之前h5用了部分vant的组件,想在app端继续使用,我在研究研究,实在不行再替换吧。感谢~~

@guigui0326
Copy link
Author

image
我去掉了shvl模块,这样处理了一下可以了

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants