This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<template v-if="!item.route">
|
||||
<v-list-group
|
||||
:prepend-icon="'fa-' + item.icon"
|
||||
value="false"
|
||||
:value="false"
|
||||
:key="item.key"
|
||||
>
|
||||
<template v-slot:activator>
|
||||
@@ -34,7 +34,7 @@
|
||||
<v-list-group
|
||||
no-action
|
||||
sub-group
|
||||
value="false"
|
||||
:value="false"
|
||||
:key="subitem.key"
|
||||
>
|
||||
<!-- Second level activator -->
|
||||
@@ -211,7 +211,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* xeslint-disable */
|
||||
/* Xeslint-disable */
|
||||
import aboutInfo from "./api/aboutinfo";
|
||||
import gzconfirm from "./components/gzconfirm";
|
||||
import gznotify from "./components/gznotify";
|
||||
|
||||
Reference in New Issue
Block a user