initialize project with basic structure and dependencies
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div style="display: flex; min-height: 100vh;">
|
||||
<TheSidebar />
|
||||
<main style="margin-left: var(--sidebar-w); flex: 1; min-height: 100vh; background: var(--bg); overflow: auto;">
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user