![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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.0 2024-08-30
CollapsePanel
: 支持destroyOnCollapse
配置折叠状态时,是否销毁面板内容 @liweijie0812 (#1550)Icon
: 图标库版本升级为 0.2.6
,lock-on
图标存在更新 @liweijie0812 (#1552)Toast
: ToastPlugin
支持 attach
、className
和 style
属性 @anlyyao (#1555)Picker
: columns
属性扩展 PickerColumn
类型,支持一维数组 @anlyyao (#1556)Badge
: 修复 count
插槽位置错误,移除 t-badge__ribbon--before
元素与 t-badge__ribbon--after
节点,角标改用伪元素实现 @anlyyao (#1539)DropdownMenuItem
: 修复 label
优先级错误,属性值优先级高于选中子项 @anlyyao (#1547)DropdownMenu
: 修复 menuOpened
和 menuClosed
事件无效 @anlyyao (#1555)Button
: 修复 dashed
类型按钮样式错误 @tobytovi (#1534)Loading
: 修复按需加载时组件动画缺失 @anlyyao (#1907)SideBarItem
: 完善 badgeProps TS 类型 @liweijie0812 (#1546)FAQs
tdesign-mobile-vue
The npm package tdesign-mobile-vue receives a total of 67 weekly downloads. As such, tdesign-mobile-vue popularity was classified as not popular.
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.