diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index fa44310a..915bd3ca 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -19,19 +19,18 @@ {{ appBar.title}} - + @@ -93,7 +92,7 @@ import aboutInfo from "./api/aboutinfo"; import gzmenu from "./api/gzmenu"; export default { - name: "App", + //name: "App", data() { return { drawer: null, @@ -103,7 +102,8 @@ export default { title: "", helpUrl: "index.html", menuItems: [] - } + }, + testcolor: "pink" }; }, created() {