Looking for advice? Join the Matrix channel for GitLab users in Bielefeld!
<script setup lang="ts"> import SidebarLeft from "@/components/SidebarLeft.vue"; </script> <template> <div class="row"> <SidebarLeft class="col-2" /> <div class="col-10 offset-md-2"> <router-view /> </div> </div> </template> <style scoped></style>