♻️ (notes) home is now the note initial screen with a fo…
This commit is contained in:
@@ -35,6 +35,6 @@ export default defineComponent({
|
||||
.stacked-note {
|
||||
text-align: left;
|
||||
border-left: 1px solid rgba(18, 19, 58, 0.2);
|
||||
padding-left: 1rem;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
16
src/components/WelcomeWorld.vue
Normal file
16
src/components/WelcomeWorld.vue
Normal 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>
|
||||
Reference in New Issue
Block a user