mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 20:29:01 +08:00
273 B
273 B
<template>
<Wb-input :value.sync="text2" placeholder="请输入密码" type="password"></Wb-input>
</template>
<script>
export default {
data: function () {
return {
text2: "",
}
},
}
</script>