From 794697bb14ab4b7c0521bac59162a64a4326da6e Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 29 Aug 2018 20:49:04 +0800 Subject: [PATCH] fix typo --- src/components/Login/LoginTab.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Login/LoginTab.js b/src/components/Login/LoginTab.js index c50951c4..7c46db53 100644 --- a/src/components/Login/LoginTab.js +++ b/src/components/Login/LoginTab.js @@ -29,12 +29,13 @@ class LoginTab extends Component { } } -const warpContext = props => ( +const wrapContext = props => ( {value => } ); + // 标志位 用来判断是不是自定义组件 -warpContext.typeName = 'LoginTab'; +wrapContext.typeName = 'LoginTab'; -export default warpContext; +export default wrapContext; -- GitLab