init NewTaskForm
This commit is contained in:
13
src/use-cases/task/components/NewTaskForm.vue
Normal file
13
src/use-cases/task/components/NewTaskForm.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>New Task Form</h1>
|
||||
<form @submit.prevent>
|
||||
<label for="title">Title</label>
|
||||
<input type="text" id="title" />
|
||||
</form>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user