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"
:right="$vuetify.rtl"
:src="barImage"
mobile-break-point="960"
mobile-breakpoint="960"
app
width="260"
v-bind="$attrs"

View File

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