Bläddra i källkod

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

Kevin 2 år sedan
förälder
incheckning
baf528082b
1 ändrade filer med 1 tillägg och 2 borttagningar
  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: {