Skip to content

Commit dd34135

Browse files
authored
feat(menus): add meta information for 'Space' menu item with stable version 3.27.0 (#3803)
1 parent cf3952e commit dd34135

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/sites/demos/pc/menus.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,14 @@ export const cmpMenus = [
115115
'stable': '3.19.0'
116116
}
117117
},
118-
{ 'nameCn': '间距', 'name': 'Space', 'key': 'space' }
118+
{
119+
'nameCn': '间距',
120+
'name': 'Space',
121+
'key': 'space',
122+
'meta': {
123+
'stable': '3.27.0'
124+
}
125+
}
119126
]
120127
},
121128
{

0 commit comments

Comments
 (0)