tdesign-mobile-vue icon indicating copy to clipboard operation
tdesign-mobile-vue copied to clipboard

A Vue3.x Mobile UI components lib for TDesign.

Results 215 tdesign-mobile-vue issues
Sort by recently updated
recently updated
newest added

### tdesign-mobile-vue 版本 1.4.2 ### 重现链接 https://codesandbox.io/p/devbox/lv9zgm ### 重现步骤 当数据数组中的children为空数组,即 [ ] 时,无法触发change事件 ### 期望结果 当数据数组中的children为空数组,即 [ ] 时,也可以正常触发change事件 ### 实际结果 未触发 ### 框架版本 _No response_ ### 浏览器版本 _No response_...

bug

### tdesign-mobile-vue 版本 能 ### 重现链接 https://stackblitz.com/edit/7t1qtv?file=src%2Fdemo.vue ### 重现步骤 ![微信截图_20241024204247](https://github.com/user-attachments/assets/afb66932-9925-4960-a4d2-2bca37c5d362) 如图所示,移动端tab标签名字较长显示不完整,滑动效果不行 ### 期望结果 _No response_ ### 实际结果 _No response_ ### 框架版本 _No response_ ### 浏览器版本 _No response_ ### 系统版本 _No...

question

fix #1614 ### 🤔 这个 PR 的性质是? - [x] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [...

### tdesign-mobile-vue 版本 1.4.3 ### 重现链接 https://stackblitz.com/edit/nh8frt?file=src%2Fapp.vue ### 重现步骤 打开复现链接后,滑动屏幕,此时可以滑动;点击左上角打开Popup 后,点击获取数据,此时会关闭Popup,同时模拟加载数据,加载后再次滑动屏幕,此时无法滑动 ### 期望结果 希望正常使用 ### 实际结果 ![image](https://github.com/user-attachments/assets/22d528e5-26f6-43bc-a288-39fe2f26c01f) 当加载后,body节点的class样式并没有消失导致无法滑动 ### 框架版本 3.5.11 ### 浏览器版本 _No response_ ### 系统版本 _No response_ ###...

bug
issueshoot
middle

### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ]...

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 15.3.0. Changelog Sourced from @​rollup/plugin-node-resolve's changelog. v15.3.0 2024-09-23 Features feat: allow preferBuiltins to be a function (#1694) v15.2.4 2024-09-22 Updates chore: remove is-builtin-module (#1735) v15.2.3...

dependencies
javascript
skip-changelog

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.34.0 to 5.62.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...

dependencies
javascript

Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 4.1.0 to 6.1.0. Changelog Sourced from @​rollup/plugin-json's changelog. v6.1.0 2023-12-12 Features feat: add includeArbitraryNames option (#1641) v6.0.1 2023-10-05 Bugfixes fix: ensure rollup 4 compatibility #1595 v6.0.0 2022-12-17...

dependencies
javascript

### tdesign-mobile-vue 版本 1.3.3 ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 期望结果 上传成功后组件列表显示图片,点击可以预览。 ### 实际结果 ![image](https://github.com/user-attachments/assets/1f59aeb4-0218-492f-9a38-a11b525acf9a) ![image](https://github.com/user-attachments/assets/8314aeda-9778-4a75-bbdd-6d78c69d764e) ### 框架版本 Vue(3.2.47) ### 浏览器版本 微信开发者工具Stable 1.06.2402040 ### 系统版本 Windows11 ###...

bug
hard

### 这个功能解决了什么问题 场景:开发一个只在微信里打开的页面,点击图片预览时,期待可以调用微信原生的 wx.previewImg 方法预览,这个方法的预览效果更好。但是目前无法自定义图片预览的方法。 ### 你建议的方案是什么 允许自定义图片预览方法

enhancement