Explorar o código

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

Kevin %!s(int64=2) %!d(string=hai) anos
pai
achega
baf528082b
Modificáronse 1 ficheiros con 1 adicións e 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: {