Selaa lähdekoodia

merge "feature/1001636" into "main"
解决编译失败

Kevin 2 vuotta sitten
vanhempi
commit
baf528082b
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/views/search/components/SearchResultItem.vue

+ 1 - 2
src/views/search/components/SearchResultItem.vue

@@ -1,8 +1,7 @@
 <script setup lang="ts">
-// import type { PropType } from "vue";
+import type { PropType } from "vue";
 import type { SearchResultDoc } from "@/types/search.types";
 import type { ResultMode } from "@/types/search.types";
-import { type PropType, onMounted } from "vue"
 
 const props = defineProps({
   data: {