make it easier to understant the syntax of a task

This commit is contained in:
Julien Calixte
2023-08-03 12:37:49 +02:00
parent e46e06f2ef
commit ad910d5e99
3 changed files with 39 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import NewTaskForm from '@/modules/task/components/NewTaskForm.vue'
import NewTaskForm from '@/modules/task/components/NewTaskForm.vue';
</script>
<template>
@@ -7,8 +7,3 @@ import NewTaskForm from '@/modules/task/components/NewTaskForm.vue'
<NewTaskForm />
</div>
</template>
<style scoped>
.new-task {
}
</style>