Skip to content

Commit

Permalink
fix: vue-types check err
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Nov 18, 2021
1 parent f7f2add commit e152d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design-vue/pro-layout",
"version": "3.1.5",
"version": "3.1.6",
"license": "MIT",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/SiderMenu/SiderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const siderMenuProps = {
splitMenus: PropTypes.bool,
fixed: PropTypes.bool,
hide: PropTypes.bool,
matchMenuKeys: PropTypes.array<string>(),
matchMenuKeys: PropTypes.array,
// events
onMenuHeaderClick: PropTypes.func,
onMenuClick: PropTypes.func,
Expand Down

0 comments on commit e152d64

Please sign in to comment.