提交 9766979c 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

Merge branch 'u013176440/unidocs-zh-u013176440-master-patch-47109' into docs/merge-docs

::: tip 组件名:uni-easyinput
> 代码块: `uEasyinput`
......@@ -40,6 +39,18 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组
<uni-easyinput suffixIcon="search" v-model="value" placeholder="请输入内容" @iconClick="onClick"></uni-easyinput>
```
### 插槽
设置 `right` 属性来设置右侧内容 插槽。
```html
<uni-easyinput>
<template #right>
<view>密码</view>
</template>
</uni-easyinput>
```
### 输入框禁用
设置 `disable` 属性可以禁用输入框,此时输入框不可编辑
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册