From 7b3f763441cc8f2b665814d9bead976f3e296471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 24 Feb 2023 17:07:43 +0100 Subject: [PATCH] Use router-link slot in NcListItem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/NcListItem/NcListItem.vue | 180 +++++++++++------------ 1 file changed, 85 insertions(+), 95 deletions(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index 8f3a51e4e6..5fe0910eb8 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -199,71 +199,88 @@