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

6 lines
122 B
Vue
Raw Normal View History

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