From 7a43ca2c75db573fd6c5a7158398ae618b4721e9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 27 Dec 2022 07:02:07 +0100 Subject: [PATCH] add sort on in appList and fix appLabel function --- src/AppMenu.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 9251446..0e550d7 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -53,6 +53,7 @@ :aria-label="appLabel(app)" :aria-current="app.active ? 'page' : false" :href="app.href" + :style="makeStyle(app)" class="app-menu-popover-entry">