mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-30 14:32:46 +08:00
258 B
258 B
layout |
---|
templateLayout |
<template>
<Wb-input v-model="text1" placeholder="请输入密码" type="password"></Wb-input>
</template>
<script>
export default {
data(){
return {
text1: '',
}
}
}
</script>