Skip to content

Commit fcb9141

Browse files
committed
feat(dropdown): [dropdown] 增加visible属性,支持用户自定义面板显隐
1 parent 967854f commit fcb9141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/renderless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-renderless",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"private": true,
55
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
66
"author": "OpenTiny Team",
@@ -43,4 +43,4 @@
4343
"esno": "^4.7.0",
4444
"tsup": "7.2.0"
4545
}
46-
}
46+
}

packages/vue/src/dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-dropdown",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "index.ts",

0 commit comments

Comments
 (0)