From 006fba9d29bcbd941fd647582bec64b2e2a9d134 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 May 2019 20:30:11 +0000 Subject: [PATCH] --- ayanova/src/App.vue | 42 +++++++++++++-------------- ayanova/src/api/gzdialog.js | 57 +++++++++++++++++++++++++++++++++++++ ayanova/src/api/gzmenu.js | 8 +++--- ayanova/src/main.js | 2 ++ 4 files changed, 82 insertions(+), 27 deletions(-) create mode 100644 ayanova/src/api/gzdialog.js diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 0a561e68..1864d4a9 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -2,11 +2,7 @@ - + {{ "fa-" + item.icon }} @@ -25,8 +21,7 @@ > - {{ appBar.icon }}  + {{ appBar.icon }}  {{ appBar.title }} @@ -40,9 +35,11 @@ :disabled="item.disabled" @click="$gzevent.$emit('menu-click', item)" > - {{ + + {{ "fa-" + item.icon - }} + }} + @@ -54,14 +51,12 @@