Added guided tour on first start
This commit is contained in:
parent
50b70a3ea3
commit
72c30f7186
8 changed files with 210 additions and 26 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue