small fixes

This commit is contained in:
Alireza Ahmadi
2024-06-08 20:55:55 +02:00
parent cf620962bb
commit b5920cdc07
3 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</template>
<script lang="ts" setup>
import { computed, onMounted, ref,watch } from "vue"
import { computed, ref } from "vue"
import { useTheme } from "vuetify"
import { FindDiff } from "@/plugins/utils"
import Data from "@/store/modules/data"