diff --git a/components/GameTab.vue b/components/GameTab.vue new file mode 100644 index 0000000..570f33d --- /dev/null +++ b/components/GameTab.vue @@ -0,0 +1,34 @@ + + + diff --git a/pages/index.vue b/pages/index.vue index bcc9ff4..c61848f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,30 +5,58 @@ > Timekeeper +
+
-
- {{ tab.label }} -
+ :index="index" + :tab-data="tab" + />
-
- Colors and art are purely for example, not recommendations. Background - colors are used to distinguish individual HTML elements. + +
+ {{ $store.getters.activeTab.title }} +
+ +
+ + + + + + + + + + +
+