Vue 2 项目,安装 Vant 2
npm i vant@latest-v2
main.js 导入Vant组件
import Vant from 'vant'
Vue.use(Vant)
运行到浏览器报错:
Uncaught ReferenceError: require is not defined
at Module.qioP (chunk-vendors.js:52368:1)
at webpack_require (index.js:854:30)
at fn (index.js:151:20)
at Object.GgBI (chunk-vendors.js:21582:17)
at webpack_require (index.js:854:30)
at fn (index.js:151:20)
at Object.Feqt (chunk-vendors.js:19969:39)
at __webpack_require__ (index.js:854:30)
at fn (index.js:151:20)
at eval (main.js:5:1)
4***@qq.com
nice 直接解决!感谢
2022-10-12 17:24
1***@qq.com
import 'vant/lib/index.css';样式没有效果,引入样式效果后也会报错,无法运行。有解决办法吗?
2022-10-25 16:06
g***@163.com
如果是用hbx可视化创建的项目没有vue.config.js文件也出现这个问题怎么办
2022-11-08 13:43
1***@qq.com
感谢,这个问题快折磨死我了,他大爷的
2022-11-15 13:39
曼巴威
回复 g***@163.com: 你好,这个问题解决了吗
2022-11-22 16:52
不秃头的程序猿
回复 曼巴威: 你好,这个问题解决了吗
2022-11-28 09:44