Refactor API requests and update component imports
This commit is contained in:
@ -34,8 +34,8 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, watch } from 'vue'
|
||||
import dayjs from 'dayjs'
|
||||
import { getCommentList, createComment } from '@/api/drawe-detail'
|
||||
import type { PageResultProjectCommentResVO } from '@/api/drawe-detail/types'
|
||||
import { getCommentList, createComment } from '~/api/drawe-detail'
|
||||
import type { PageResultProjectCommentResVO } from '~/api/drawe-detail/types'
|
||||
|
||||
const props = defineProps({
|
||||
relationId: {
|
||||
|
||||
Reference in New Issue
Block a user