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 @@