Initial Setup

This commit is contained in:
Niko Feith 2023-07-19 12:49:49 +02:00
parent e50420c290
commit 23761f3544
3 changed files with 4 additions and 5 deletions

View File

@ -1,17 +1,17 @@
<template>
<v-app class="app-class">
<v-main>
<BaseLayout/>
<BaseLayout />
</v-main>
</v-app>
</template>
<script setup>
import BaseLayout from '@/components/BaseLayout.vue';
import BaseLayout from "@/components/BaseLayout.vue";
</script>
<style scoped>
.app-class{
.app-class {
background: rgb(64, 73, 76);
}
</style>

View File

@ -98,7 +98,6 @@ watch(stateCounter.value, (newValue) => {
});
// ROS Topics and services below here
</script>
<style scoped></style>

View File

@ -1,5 +1,5 @@
<template></template>
<div></div>
<script setup></script>
<style scoped>