Fix select options in Filters.vue component

This commit is contained in:
probdg
2024-02-09 18:37:00 +07:00
parent 9f9c1423ab
commit 9cd11db6e6
3 changed files with 17 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
<!-- ss -->
<script setup lang="ts">
// components
import Button from '@/components/Button.vue'