initial Commit
This commit is contained in:
parent
a2110c8594
commit
695c104f69
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<TopBar/>
|
||||
<SideBar/>
|
||||
<!-- <BoxLayout/>-->
|
||||
<SubLayout/>
|
||||
<RosBar/>
|
||||
</template>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
import TopBar from '@/components/TopBar.vue';
|
||||
import RosBar from '@/components/RosBar.vue';
|
||||
import SideBar from '@/components/SideBar.vue';
|
||||
// import BoxLayout from '@/components/BoxLayout.vue';
|
||||
import SubLayout from "@/components/SubLayout.vue";
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
11
ActiveBOWeb/src/components/MountainCarPlot.vue
Normal file
11
ActiveBOWeb/src/components/MountainCarPlot.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
11
ActiveBOWeb/src/components/SubLayout.vue
Normal file
11
ActiveBOWeb/src/components/SubLayout.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user