提交 4f7064c5 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

style: format template

上级 89d191d0
...@@ -40,14 +40,16 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组 ...@@ -40,14 +40,16 @@ easyinput 组件是对原生input组件的增强 ,是专门为配合表单组
``` ```
### 插槽 ### 插槽
设置 `right` 属性来设置右侧内容 插槽。
```html 设置 `right` 属性来设置右侧内容 插槽。
<uni-easyinput>
<template #right> ```html
<view>密码</view> <uni-easyinput>
</template> <template #right>
</uni-easyinput> <view>密码</view>
``` </template>
</uni-easyinput>
```
### 输入框禁用 ### 输入框禁用
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册