File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 19
19
</q-tab-panel >
20
20
21
21
<q-tab-panel name =" basics" >
22
- <BasicFunctions @nextTab =" tutorialPage = 'advanced '" />
22
+ <BasicFunctions @nextTab =" tutorialPage = 'version '" />
23
23
</q-tab-panel >
24
24
25
25
<q-tab-panel name =" version" >
26
- <NewVersionInfo @nextTab =" tutorialPage = 'version '" />
26
+ <NewVersionInfo @nextTab =" tutorialPage = 'advanced '" />
27
27
</q-tab-panel >
28
28
29
29
<q-tab-panel name =" advanced" >
Original file line number Diff line number Diff line change 73
73
Component menu or press the delete key.
74
74
</p >
75
75
<img alt =" Delete Component button" src =" ../../../assets/delete-component.png" class =" tut-screenshot" >
76
- <q-btn class =" tut-btn" color =" secondary" id =" advanced-btn" label =" Advanced Functionality" @click =" nextTab" />
77
- <q-btn class =" tut-btn" color =" secondary" id =" version-btn" label =" Explore Features" @click =" nextTab" />
76
+ <q-btn class =" tut-btn" color =" secondary" id =" version-btn" label =" New Features" @click =" nextTab" />
78
77
</section >
79
78
</template >
80
79
81
80
<script >
82
81
import { mapActions } from ' vuex' ;
83
82
84
83
export default {
85
- emits: [' nextTab' , ' versionTab ' ],
84
+ emits: [' nextTab' ],
86
85
methods: {
87
86
... mapActions ([" toggleTutorial" ]),
88
87
nextTab () {
89
88
this .$emit (' nextTab' )
90
- },
91
- versionTab () {
92
- this .$emit (' versionTab' )
93
89
}
94
90
}
95
91
}
Original file line number Diff line number Diff line change 3
3
<section id =" welcomeTab" >
4
4
<h6 class =" tutorialHeading" >Welcome to</h6 >
5
5
<img alt =" OverVue" src =" ../../../assets/overvue_layeredlogo.png" id =" logo" >
6
- <q-btn class =" tut-btn" color =" secondary" label =" What's New in 7.0" @click =" newTab" />
7
6
<q-btn class =" tut-btn" color =" secondary" label =" View the Readme"
8
7
@click =" openUrl('https://github.com/open-source-labs/OverVue#readme')" />
9
8
<p id =" new-text" >New to OverVue?</p >
@@ -23,9 +22,6 @@ export default {
23
22
nextTab () {
24
23
this .$emit (' nextTab' )
25
24
},
26
- versionTab () {
27
- this .$emit (' versionTab' )
28
- },
29
25
openUrl (url ) {
30
26
shell .openExternal (url, { activate: true });
31
27
}
Original file line number Diff line number Diff line change 19
19
20
20
<p class =" info-sub-heading" >Ability to Nest Components</p >
21
21
<p class =" infoContent" ></p >
22
-
22
+ <q-btn class =" tut-btn" color =" secondary" id =" advanced-btn" label =" Advanced Functionality" @click =" nextTab" />
23
+ <q-btn ></q-btn >
23
24
</section >
24
25
</template >
25
26
You can’t perform that action at this time.
0 commit comments