parent
93d24356ce
commit
ff35a9bff5
@ -1,13 +1,13 @@ |
|||||||
<template> |
<template> |
||||||
<q-layout> |
<q-layout> |
||||||
<q-tabs align="left" dense inline-label no-caps> |
<!-- <q-tabs align="left" dense inline-label no-caps>--> |
||||||
<q-route-tab to="/courses" label="My courses" /> |
<!-- <q-route-tab to="/courses" label="My courses" />--> |
||||||
<q-route-tab to="/sessions" label="My sessions" /> |
<!-- <q-route-tab to="/sessions" label="My sessions" />--> |
||||||
</q-tabs> |
<!-- </q-tabs>--> |
||||||
|
|
||||||
<!-- this is where the Pages are injected --> |
<!-- this is where the Pages are injected --> |
||||||
<q-page-container> |
<q-page-container> |
||||||
<router-view></router-view> |
<router-view></router-view> |
||||||
</q-page-container> |
</q-page-container> |
||||||
</q-layout> |
</q-layout> |
||||||
</template> |
</template> |
||||||
|
Loading…
Reference in new issue