This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
<v-btn
|
<v-btn
|
||||||
class="hidden-xs-only"
|
class="hidden-xs-only"
|
||||||
right
|
right
|
||||||
flat
|
|
||||||
icon
|
icon
|
||||||
v-if="item.surface"
|
v-if="item.surface"
|
||||||
:key="item.key"
|
:key="item.key"
|
||||||
@@ -93,7 +92,7 @@ import aboutInfo from "./api/aboutinfo";
|
|||||||
import gzmenu from "./api/gzmenu";
|
import gzmenu from "./api/gzmenu";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
//name: "App",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
drawer: null,
|
drawer: null,
|
||||||
@@ -103,7 +102,8 @@ export default {
|
|||||||
title: "",
|
title: "",
|
||||||
helpUrl: "index.html",
|
helpUrl: "index.html",
|
||||||
menuItems: []
|
menuItems: []
|
||||||
}
|
},
|
||||||
|
testcolor: "pink"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user