ijry / uview-plus

零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。
https://uview-plus.jiangruyi.com
MIT License
434 stars 110 forks source link

刚更新了最新版本,uni.$u这个对象是undefined?是改了吗 #480

Closed codepeng1 closed 3 weeks ago

codepeng1 commented 3 weeks ago

在js文件中访问uni.$u是undefined,之前的老版本是可以的

codepeng1 commented 3 weeks ago

uniapp hbuilderx创建的vue3项目

KBWriting commented 3 weeks ago

在js文件中访问uni.$u是undefined,之前的老版本是可以的

3.2.x版本后更新引入方式了, 3.1.41 版本没问题

ijry commented 3 weeks ago

兼容方法:uview-plus/index.js加一行uni.$u = $u;推荐方法,改为import { sleep } from 'uview-plus'语法。