浏览代码

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

Kevin 2 年之前
父节点
当前提交
baf528082b
共有 1 个文件被更改,包括 1 次插入2 次删除
  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: {