Commit e152d644 authored by Sendya's avatar Sendya

fix: vue-types check err

parent f7f2add5
{ {
"name": "@ant-design-vue/pro-layout", "name": "@ant-design-vue/pro-layout",
"version": "3.1.5", "version": "3.1.6",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"dist" "dist"
......
...@@ -71,7 +71,7 @@ export const siderMenuProps = { ...@@ -71,7 +71,7 @@ export const siderMenuProps = {
splitMenus: PropTypes.bool, splitMenus: PropTypes.bool,
fixed: PropTypes.bool, fixed: PropTypes.bool,
hide: PropTypes.bool, hide: PropTypes.bool,
matchMenuKeys: PropTypes.array<string>(), matchMenuKeys: PropTypes.array,
// events // events
onMenuHeaderClick: PropTypes.func, onMenuHeaderClick: PropTypes.func,
onMenuClick: PropTypes.func, onMenuClick: PropTypes.func,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment