parent
294eb59e19
commit
e198b15837
@ -0,0 +1,43 @@
|
||||
<template>
|
||||
<q-layout>
|
||||
|
||||
<!-- Toolbar -->
|
||||
<div slot="header" class="toolbar">
|
||||
|
||||
<button class="hide-on-drawer-visible" @click="$refs.leftDrawer.open()">
|
||||
<i>menu</i>
|
||||
</button>
|
||||
|
||||
<q-toolbar-title :padding="0">
|
||||
Vee-Shopping — your lists
|
||||
</q-toolbar-title>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Left-side Drawer -->
|
||||
<q-drawer ref="leftDrawer">
|
||||
<div class="toolbar">
|
||||
<q-toolbar-title>
|
||||
Menu
|
||||
</q-toolbar-title>
|
||||
</div>
|
||||
|
||||
<div class="list no-border platform-delimiter">
|
||||
<q-drawer-link to="/login">
|
||||
Logout
|
||||
</q-drawer-link>
|
||||
</div>
|
||||
|
||||
</q-drawer>
|
||||
|
||||
<!-- Main View inside -->
|
||||
<router-view class="layout-view"></router-view>
|
||||
|
||||
</q-layout>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
</style>
|
||||
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="layout-padding full-width">
|
||||
|
||||
<p class="full-width">
|
||||
Wubwub Moar Explanation
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
</style>
|
||||
Loading…
Reference in new issue