list recent tasks
This commit is contained in:
14
src/views/task/TaskView.vue
Normal file
14
src/views/task/TaskView.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
id: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="task-view"></div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.task-view {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user