|
|
@@ -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: {
|