Browse Source

docs: fix docs api error in Nav

zhangyumei.0319 1 year ago
parent
commit
bb0ee062fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/navigation/navigation/index-en-US.md

+ 1 - 1
content/navigation/navigation/index-en-US.md

@@ -38,7 +38,7 @@ class NavApp extends React.Component {
     render() {
         return (
             <Nav
-                Body Style={{ height: 320 }}
+                bodyStyle={{ height: 320 }}
                 items={[
                     { itemKey: 'user', text: 'User Management', icon: <IconUser /> },
                     { itemKey: 'union', text: 'Union Center', icon: <IconStar /> },