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

6 lines
116 B
Vue
Raw Normal View History

2023-11-23 09:55:39 +00:00
<template>
<el-input v-bind="$attrs" />
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>