<template>
<el-input v-bind="$attrs" :show-password="true"></el-input>
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>