Added guided tour on first start

This commit is contained in:
Joel Collins 2020-04-06 12:20:08 +01:00
parent 50b70a3ea3
commit 72c30f7186
8 changed files with 210 additions and 26 deletions

View file

@ -1,7 +1,7 @@
<template>
<div
v-if="!(requireConnection && !$store.getters.ready)"
:hidden="currentTab != id"
:hidden="currentTab != tabID"
class="uk-width-expand uk-height-1-1"
>
<div class="section-content"><slot></slot></div>
@ -13,7 +13,7 @@ export default {
name: "TabContent",
props: {
id: {
tabID: {
type: String,
required: true
},