Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
bf655732
Commit
bf655732
authored
Jan 20, 2021
by
shaoan123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交组件
parent
4ad65e09
Pipeline
#22694
passed with stages
in 2 minutes 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
README.md
packages/login_test/README.md
+11
-0
index.js
packages/login_test/src/index.js
+13
-0
login_test.md
packages/login_test/src/login_test.md
+0
-0
No files found.
packages/login_test/README.md
0 → 100644
View file @
bf655732
# `@wisdom-components/login_test`
> TODO: description
## Usage
```
const loginTest = require('@wisdom-components/login_test');
// TODO: DEMONSTRATE API
```
packages/login_test/src/index.js
0 → 100644
View file @
bf655732
import
React
from
'react'
;
const
user
=
{
name
:
'zhangsan'
,
passWord
:
'123'
,
};
export
default
()
=>
{
return
(
<
div
>
<
div
>
登录名
:{
user
.
name
}
<
/div
>
<
div
>
密码:
{
user
.
passWord
}
<
/div>{' '
}
<
/div
>
);
};
packages/login_test/src/login_test.md
0 → 100644
View file @
bf655732
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment