Skip to content

Commit 7891a00

Browse files
committed
update: 开启可查看密码的输入框示例
1 parent 36836d9 commit 7891a00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pages/component/input/input.nvue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@
9393
<text class="uni-icon" v-if="showClearIcon" @click="clearIcon">&#xe434;</text>
9494
</view>
9595
</view>
96-
<!-- #ifndef APP-NVUE -->
9796
<view class="uni-form-item uni-column">
9897
<view class="title"><text class="uni-form-item__title">可查看密码的输入框</text></view>
9998
<view class="uni-input-wrapper">
10099
<input class="uni-input" placeholder="请输入密码" :password="showPassword" />
101100
<text class="uni-icon" :class="[!showPassword ? 'uni-eye-active' : '']" @click="changePassword">&#xe568;</text>
102101
</view>
103102
</view>
104-
<!-- #endif -->
105103
</view>
106104
</view>
107105
</template>

0 commit comments

Comments
 (0)