♻️ (notes) home is now the note initial screen with a fo…

This commit is contained in:
2021-03-13 22:38:21 +01:00
parent 8fad931dfd
commit 2286bd5d85
8 changed files with 133 additions and 85 deletions

View File

@@ -0,0 +1,16 @@
<template>
<div class="welcome-world"></div>
</template>
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
name: 'WelcomeWord'
})
</script>
<style lang="scss" scoped>
.welcome-world {
}
</style>