feat: new ws handler

This commit is contained in:
DecDuck
2024-11-16 17:03:52 +11:00
parent 1a884eae50
commit 16ab7fbe3b
3 changed files with 60 additions and 32 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
</template>
<script setup lang="ts">
import { CheckCircleIcon } from '@heroicons/vue/16/solid';
import { CheckCircleIcon } from "@heroicons/vue/16/solid";
const route = useRoute();
const taskId = route.params.id.toString();