airyland / vux

Mobile UI Components based on Vue & WeUI
https://vux.li
MIT License
17.6k stars 3.72k forks source link

在nuxt中使用Scroller 会报错 #3829

Closed hellonge closed 1 year ago

hellonge commented 1 year ago

{ ReferenceError: define is not defined at Object. (D:\FS\nuxt\node_modules\vux-xscroll\build\cmd\xscroll.js:1:63)

eJayYoung commented 1 year ago

看报错像AMD模块加载失败,应该不是Scroll的问题,可以尝试在项目中引入requireJS,或者换个组件使用吧