feat: core structure of home page with intro and history sections
This commit is contained in:
parent
3aea00e798
commit
0d98f11e21
7 changed files with 77 additions and 65 deletions
11
src/components/molecules/PaddingWrapper.vue
Normal file
11
src/components/molecules/PaddingWrapper.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<div class="box my-6">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'PaddingWrapper'
|
||||
}
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue