Skip to content

Commit 45a4243

Browse files
authored
Merge pull request #491 from kne-union/meetacoo-1
chore: 更新infoPage版本
2 parents 3be7de3 + 78ac3de commit 45a4243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kne-components/components-core",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"files": [
55
"build"
66
],
@@ -23,7 +23,7 @@
2323
"@kne/ensure-slash": "^0.1.0",
2424
"@kne/flex-box": "^0.1.1",
2525
"@kne/global-context": "^1.2.0",
26-
"@kne/info-page": "^0.1.21",
26+
"@kne/info-page": "^0.1.22",
2727
"@kne/is-empty": "^1.0.1",
2828
"@kne/phone-number-input": "^0.1.2",
2929
"@kne/react-enum": "^0.1.10",

src/components/Layout/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Layout = ({className, children, theme, navigation = {}}) => {
5050
scrollEl.removeEventListener("scroll", handlerScroll);
5151
};
5252
}, []);
53-
53+
console.log("navigation------", navigation)
5454
return (
5555
<AntdLayout
5656
className={classnames(style["layout"], className, 'core-layout')}

0 commit comments

Comments
 (0)