Explorar el Código

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

Kevin hace 2 años
padre
commit
baf528082b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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: {