diff --git a/app/ayanova/src/App.vue b/app/ayanova/src/App.vue index d803c8f2..2e1753cf 100644 --- a/app/ayanova/src/App.vue +++ b/app/ayanova/src/App.vue @@ -2,7 +2,15 @@ - + + + {{ "fa-" + item.icon }} + + + {{ item.title }} + + + + @@ -144,6 +155,9 @@ export default { this.$store.state.authenticated === true //this.$route.name !== "login" && ); + }, + navItems() { + return this.$store.state.navItems; } }, props: {