Skip to content

Commit

Permalink
feat(dropdown): [dropdown] 增加visible属性,支持用户自定义面板显隐
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi-20 committed Jan 20, 2025
1 parent 967854f commit fcb9141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/renderless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-renderless",
"version": "3.21.0",
"version": "3.21.1",
"private": true,
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
Expand Down Expand Up @@ -43,4 +43,4 @@
"esno": "^4.7.0",
"tsup": "7.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/vue/src/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-dropdown",
"version": "3.21.0",
"version": "3.21.1",
"description": "",
"main": "lib/index.js",
"module": "index.ts",
Expand Down

0 comments on commit fcb9141

Please sign in to comment.