VUE3 UI框架收藏2021-11-04Web1、AntDesignVue官方网站:https://2x.antdv.com/components/overview/2、BalmUI官方网站:https://next-material.balmjs.com/#/3、WaveUI官方网站:https://antoniandre.github.io/wave-ui/4、Vuestic官方网站:https://vuestic.dev/5、Eleme...
Taro微信小程序使用getUserProfile获取微信用户头像昵称等信息2021-10-15Web1、将TaroCLI版本及相关依赖更新到3.2.1版本cnpminstall-g@tarojs/cli@3.2.12、根据用户授权获取微信头像昵称等信息<AtButtoncircletype='secondary'onClick={()=>this.handleGetUserProfile()}>微信快捷注册</AtButton>//通过getUserProfile...