Update Component
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user