Commit bf655732 authored by shaoan123's avatar shaoan123

提交组件

parent 4ad65e09
Pipeline #22694 passed with stages
in 2 minutes 34 seconds
# `@wisdom-components/login_test`
> TODO: description
## Usage
```
const loginTest = require('@wisdom-components/login_test');
// TODO: DEMONSTRATE API
```
import React from 'react';
const user = {
name: 'zhangsan',
passWord: '123',
};
export default () => {
return (
<div>
<div>登录名:{user.name}</div>
<div>密码:{user.passWord}</div>{' '}
</div>
);
};
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