initial-commit
This commit is contained in:
10
pages/todo/+Page.vue
Normal file
10
pages/todo/+Page.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>To-do List</h1>
|
||||
<TodoList />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import TodoList from './TodoList.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user