feat: post form

This commit is contained in:
dap
2024-09-13 15:27:29 +08:00
parent d27a131877
commit c56dc7c366
13 changed files with 1002 additions and 8 deletions

View File

@@ -1,10 +1,9 @@
<script setup lang="ts">
import { Icon } from '@vben/icons';
import { buildUUID } from '@vben/utils';
import { Input } from 'ant-design-vue';
import { buildUUID } from '#/utils/uuid';
defineOptions({ name: 'SecretInput' });
defineProps({