taro-ui icon indicating copy to clipboard operation
taro-ui copied to clipboard

一款基于 Taro 框架开发的多端 UI 组件库

Results 201 taro-ui issues
Sort by recently updated
recently updated
newest added

修复button submit拼写

在运行右边这个命令时 npm info @tarojs/cli ; 总是报下面的错误: @tarojs/.cli-HyP564gw not found

fix the ts type error caused by the actual children declaration of each component in vscode and other IDEs

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

可控制点击遮罩层是否关闭。

**问题描述** **复现步骤** ```js // 这里可以贴代码 ``` **期望行为** **报错信息** **系统信息** **补充信息** ![image](https://user-images.githubusercontent.com/42440625/188875484-c4b4bdb9-6b6c-4323-915a-1916a3649c63.png) ![image](https://user-images.githubusercontent.com/42440625/188875688-a3955c8f-3812-40c0-a3b9-8a66524eafeb.png) 而且在手机浏览器扫描UI库中的二维码是能正常使用的

同样遇到该问题,版本:"taro-ui": "^3.0.0-alpha.3" VM2523 WAService.js:2 (in promise) MiniProgramError Cannot read property 'width' of null TypeError: Cannot read property 'width' of null at Object.n.handleDomInfo [as onQueryedDom] (http://127.0.0.1:52824/appservice/vendors.js:2:165400) at http://127.0.0.1:52824/appservice/vendors.js:2:163752 _Originally posted by...

**问题描述** **复现步骤** 不能将类型“{ children: Element[]; show: boolean; mask: true; right: true; items: never[]; }”分配给类型“IntrinsicAttributes & IntrinsicClassAttributes & Readonly”。 类型“IntrinsicAttributes & IntrinsicClassAttributes & Readonly”上不存在属性“children”。ts(2322) **期望行为** 完善组件暴露的类型信息 **报错信息** ![image](https://user-images.githubusercontent.com/73693506/188370507-72718e85-3dad-483a-902f-c20e26c9faf3.png)

**问题描述** 我在用[email protected] 的Atcalendar组件时 在微信开发者工具预览的时候 顶部的年月无法显示 **复现步骤** ```js // 这里可以贴代码 return ( ``` **期望行为** 可以显示出顶部的年月 **报错信息** ![image](https://user-images.githubusercontent.com/92319342/188314830-6c129354-5785-4876-a54d-981ccb439524.png) **系统信息** **补充信息** ![image](https://user-images.githubusercontent.com/92319342/188314921-343a023f-b659-4b9f-b00d-0e7d2e6e4673.png)