Update Select component and import statements

This commit is contained in:
probdg
2024-02-09 11:48:28 +07:00
parent ab0b910f7c
commit ca933980cd
6 changed files with 96 additions and 55 deletions

View File

@ -1,6 +1,6 @@
<script setup lang="ts">
interface DataItem {
id: number;
id: any;
name: string;
}