- fix Header and Drawer Right
- fix Drawer Menu Left - add icon on the Header - fix lang if is different language: set to English.
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -1,18 +1,17 @@
|
||||
<template>
|
||||
<div id="q-app">
|
||||
<q-layout :style="">
|
||||
<app-header></app-header>
|
||||
<div class="layout-view">
|
||||
<div class="q-pa-xs">
|
||||
<q-layout view="hHh Lpr lff" class="shadow-2 rounded-borders">
|
||||
<app-header></app-header>
|
||||
<q-ajax-bar></q-ajax-bar>
|
||||
|
||||
<q-page-container>
|
||||
<transition name="fade" mode="out-in">
|
||||
<router-view/>
|
||||
</transition>
|
||||
</q-page-container>
|
||||
</div>
|
||||
</q-layout>
|
||||
<!--<appsignup v-show="true" @close="myshowModal=false"></appsignup>-->
|
||||
|
||||
</q-layout>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" src="./App.ts">
|
||||
|
||||
Reference in New Issue
Block a user