diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 1864d4a9..00336cba 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -2,7 +2,11 @@ - + {{ "fa-" + item.icon }} @@ -21,7 +25,8 @@ > - {{ appBar.icon }}  + {{ appBar.icon }}  {{ appBar.title }} @@ -36,9 +41,7 @@ @click="$gzevent.$emit('menu-click', item)" > - {{ - "fa-" + item.icon - }} + {{ "fa-" + item.icon }} @@ -52,11 +55,13 @@