First commit :)

This commit is contained in:
RemiSaurel
2022-06-05 01:02:07 +02:00
parent 8c22caa124
commit 04417476b3
4 changed files with 171 additions and 69 deletions
+19
View File
@@ -0,0 +1,19 @@
<template>
<div class="hello">
<h1>ToDoList</h1>
</div>
</template>
<script>
export default {
name: 'Welcome',
props: {
}
}
</script>
<style scoped>
.hello {
text-align: center;
}
</style>