Skip to content

Commit cd79d5f

Browse files
committed
feat(dropdown): [dropdown] 补充api版本号
1 parent fcb9141 commit cd79d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/sites/demos/apis/dropdown.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ export default {
222222
name: 'v-model:visible',
223223
type: 'boolean',
224224
defaultValue: 'false',
225+
meta: {
226+
stable: '3.21.1'
227+
},
225228
desc: {
226229
'zh-CN': '手动控制下拉弹框显隐,优先级高于trigger',
227230
'en-US': 'Manually control the display and hide of the dropdown menu, with priority higher than the trigger'

0 commit comments

Comments
 (0)