1 parent 36836d9 commit 7891a00Copy full SHA for 7891a00
1 file changed
pages/component/input/input.nvue
@@ -93,15 +93,13 @@
93
<text class="uni-icon" v-if="showClearIcon" @click="clearIcon"></text>
94
</view>
95
96
- <!-- #ifndef APP-NVUE -->
97
<view class="uni-form-item uni-column">
98
<view class="title"><text class="uni-form-item__title">可查看密码的输入框</text></view>
99
<view class="uni-input-wrapper">
100
<input class="uni-input" placeholder="请输入密码" :password="showPassword" />
101
<text class="uni-icon" :class="[!showPassword ? 'uni-eye-active' : '']" @click="changePassword"></text>
102
103
104
- <!-- #endif -->
105
106
107
</template>
0 commit comments