From 695c104f6969b74fc320294c670c3a3f54dae595 Mon Sep 17 00:00:00 2001 From: "nikolaus.feith" Date: Wed, 15 Feb 2023 13:02:59 +0100 Subject: [PATCH] initial Commit --- ActiveBOWeb/src/components/BaseLayout.vue | 4 ++-- ActiveBOWeb/src/components/MountainCarPlot.vue | 11 +++++++++++ ActiveBOWeb/src/components/SubLayout.vue | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 ActiveBOWeb/src/components/MountainCarPlot.vue create mode 100644 ActiveBOWeb/src/components/SubLayout.vue diff --git a/ActiveBOWeb/src/components/BaseLayout.vue b/ActiveBOWeb/src/components/BaseLayout.vue index 3427d8f..2a82599 100644 --- a/ActiveBOWeb/src/components/BaseLayout.vue +++ b/ActiveBOWeb/src/components/BaseLayout.vue @@ -1,7 +1,7 @@ @@ -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"; diff --git a/ActiveBOWeb/src/components/SubLayout.vue b/ActiveBOWeb/src/components/SubLayout.vue new file mode 100644 index 0000000..2dd905f --- /dev/null +++ b/ActiveBOWeb/src/components/SubLayout.vue @@ -0,0 +1,11 @@ + + + + +