<group label-margin-right="4em" label-align="right">
<x-input title="账户" placeholder="手机号/会员号"></x-input>
<x-input title="密码" v-model="pwd" type="password" placeholder="密码">
<input slot="right" type="checkbox"/>
</x-input>
</group>
import { XInput, Group, XButton, Cell } from 'vux';
我想问为啥没效果???
老铁们,帮忙看下>_<
顺便吐槽下,密码保存在浏览器也不太安全,只要 F12打开 devtool 修改input的 type 就能看到明文