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

6 lines
147 B
Vue
Raw Normal View History

2025-04-28 10:14:16 +00:00
<template>
<el-input v-bind="$attrs" :show-password="true"></el-input>
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>