目录调整

This commit is contained in:
bob
2024-11-05 22:55:32 +08:00
parent 6e38632b3b
commit ee6281698e
6 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import HashNoData from '../common/HasNoData.vue'
import ContactItem from './ResultItem/ContactItem.vue'
import ContactItem from '@/components/item/ContactItem.vue'
import { searchStore } from '@/stores'
const props = defineProps(['searchTab'])