UnisKB/ui/src/components/dynamics-form/items/PasswordInput.vue

6 lines
147 B
Vue

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