feat: new ws handler

This commit is contained in:
DecDuck
2024-11-16 17:03:52 +11:00
parent 8463e35a10
commit bc0c47c487
3 changed files with 60 additions and 32 deletions

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();