WetLogin 登录页
基本介绍
WetLogin 是 WetProForm 的变体,两者是为了适应常见的登录表单布局来专门实现,适用于各类登录场景,降低布局的压力。
引入方法:import { WetLogin } from '@wetspace/pro-components';
登录表单
页面级别的登录表单
属性
| 参数 | 描述 | 类型 | 默许值 |
|---|---|---|---|
| logo | logo图标或组件 | VNode|Component|string | - |
| title | 标题 | string | - |
| subTitle | 副标题 | string | - |
| isPage | 是否是单独页面 | boolean | - |
| havePhone | 是否有手机号登录 | boolean | true |
| backgroundImage | 背景图 | string | - |
| storeName | 记住密码持久化标记 | string | wet-logininfo |
| otherActions | 其他登录方式配置 | WetLoginOtherActionType | ['wx','alipay','qq','dy'] |
插槽
| 名称 | 说明 | 类型 |
|---|---|---|
| footer | 表单内,更多操作部分的自定义区域渲染 | - |