feat: 完成任务列表功能

This commit is contained in:
Junyan Qin
2024-11-03 23:22:33 +08:00
parent 709b86b724
commit db02d9c126
4 changed files with 75 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
import { getCurrentInstance } from 'vue'
import {provide, ref, watch} from 'vue';
import TaskDialog from '@/components/TaskDialog.vue'
import TaskDialog from '@/components/TaskListDialog.vue'
const { proxy } = getCurrentInstance()