Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
tdesign-mobile-vue
Advanced tools
TDesign 适配移动端的组件库,适合在 vue 3 技术栈项目中使用。
npm i tdesign-mobile-vue
推荐使用 Webpack 或 Rollup 等支持 tree-shaking 特性的构建工具,无需额外配置即可实现组件按需引入:
import { createApp } from 'vue';
import TDesign from 'tdesign-mobile-vue';
const app = createApp(App);
app.use(TDesign);
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
Edge >=97 | Firefox >=96 | Chrome >=96 | Safari >=14.1 |
TDesign 欢迎任何愿意参与贡献的参与者。如果需要本地运行代码或参与贡献,请先阅读参与贡献。
有任何问题,建议通过 Github issues 反馈或扫码加入用户微信群。
TDesign 遵循 MIT 协议。
🌈 1.4.2 2024-09-13
AvatarGroup
: 新增 shape
属性,新增 onCollapsedItemClick
事件 @anlyyao (#1571)Checkbox
: 支持 readonly
只读 @liweijie0812 (#1578)CollapsePanel
: 修复面板展开态时内容动态变更,高度无法自适应的问题 @huxinhai (#1570)AvatarGroup
: 修复 size
属性无效的问题,优化 zIndex
处理 @anlyyao (#1571)indexes
: 修复索引为数字字符串时侧边栏不能正常激活,并优化索引吸顶时锚点切换效果 @Lyan-u (#1577)Radio
: 修复 allowUncheck
属性无效 @anlyyao (#1582)Button
: 修复禁用时仍有 hover
态以及 dashed
按钮 hover
样式错误等问题 @anlyyao (#1583)Picker
: 修复自定义高度时滚动参数异常 @jby0107 (#1576)FAQs
tdesign-mobile-vue
We found that tdesign-mobile-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.