Refactor API requests and update component imports
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { PropType } from 'vue'
|
||||
import type { ProjectDrawPageRespVO } from '@/api/home/type'
|
||||
import type { ProjectDrawPageRespVO } from '~/api/home/type'
|
||||
|
||||
const props = defineProps({
|
||||
cardItemInfo: {
|
||||
|
||||
Reference in New Issue
Block a user