Skip to content

Commit e152d64

Browse files
committed
fix: vue-types check err
1 parent f7f2add commit e152d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design-vue/pro-layout",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"license": "MIT",
55
"files": [
66
"dist"

src/SiderMenu/SiderMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const siderMenuProps = {
7171
splitMenus: PropTypes.bool,
7272
fixed: PropTypes.bool,
7373
hide: PropTypes.bool,
74-
matchMenuKeys: PropTypes.array<string>(),
74+
matchMenuKeys: PropTypes.array,
7575
// events
7676
onMenuHeaderClick: PropTypes.func,
7777
onMenuClick: PropTypes.func,

0 commit comments

Comments
 (0)