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