Initial Setup
This commit is contained in:
parent
e50420c290
commit
23761f3544
@ -1,17 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-app class="app-class">
|
<v-app class="app-class">
|
||||||
<v-main>
|
<v-main>
|
||||||
<BaseLayout/>
|
<BaseLayout />
|
||||||
</v-main>
|
</v-main>
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import BaseLayout from '@/components/BaseLayout.vue';
|
import BaseLayout from "@/components/BaseLayout.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.app-class{
|
.app-class {
|
||||||
background: rgb(64, 73, 76);
|
background: rgb(64, 73, 76);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -98,7 +98,6 @@ watch(stateCounter.value, (newValue) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// ROS Topics and services below here
|
// ROS Topics and services below here
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped></style>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template></template>
|
<template></template>
|
||||||
|
<div></div>
|
||||||
<script setup></script>
|
<script setup></script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
Reference in New Issue
Block a user