Сверстал loginPage поправил аватар сайдбара

This commit is contained in:
megavrilinvv
2022-10-31 17:09:40 +03:00
parent 99e1126863
commit d34343cb6b
12 changed files with 518 additions and 17 deletions

View File

@@ -1,17 +1,10 @@
<template lang="pug">
.flex.flex-col.w-full.h-full.gap-y-2
the-header
.flex.flex-auto
the-sidebar
router-view
router-view
</template>
<script>
import TheHeader from "@/components/TheHeader";
import TheSidebar from "@/components/TheSidebar";
export default {
name: "App",
components: { TheHeader, TheSidebar },
};
</script>