We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e82144 commit 5876fdcCopy full SHA for 5876fdc
src/views/ai/image/ImageTask.vue
@@ -26,8 +26,6 @@ const imageListInterval = ref<any>() // image 列表定时器,刷新列表
26
const isShowImageDetail = ref<boolean>(false) // 是否显示 task 详情
27
const showImageDetailId = ref<number>(0) // 是否显示 task 详情
28
29
-// TODO @fan:如果是简单注释,建议用 /** */,主要是现在项目里是这种风格哈,保持一致好点~
30
-
31
/** 抽屉 - close */
32
const handlerDrawerClose = async () => {
33
isShowImageDetail.value = false
0 commit comments