RuralDatabase/apps/web/components/common/modal/header/version/feedback.vue

11 lines
222 B
Vue
Raw Normal View History

2024-06-30 21:39:37 +08:00
<template>
<CommonModal title="反馈">
<UTextarea placeholder="Search..." class="min-w-[300px]" />
<template #footer>
<UButton>
提交
</UButton>
</template>
</CommonModal>
</template>