initial-commit
This commit is contained in:
15
components/Sidebar.vue
Normal file
15
components/Sidebar.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div
|
||||
id="sidebar"
|
||||
style="
|
||||
padding: 20px;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: 1.8em;
|
||||
border-right: 2px solid #eee;
|
||||
"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user