Update Component

This commit is contained in:
Gregor Schulte
2023-05-06 22:39:01 +02:00
parent 22b5e06696
commit d0c6e37fc4
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
:expand-on-hover="expandOnHover" :expand-on-hover="expandOnHover"
:right="$vuetify.rtl" :right="$vuetify.rtl"
:src="barImage" :src="barImage"
mobile-break-point="960" mobile-breakpoint="960"
app app
width="260" width="260"
v-bind="$attrs" v-bind="$attrs"

View File

@@ -1,9 +1,9 @@
<template> <template>
<v-content> <v-main>
<router-view /> <router-view />
<dashboard-core-footer /> <dashboard-core-footer />
</v-content> </v-main>
</template> </template>
<script> <script>