From 209013af09e75a5515886d869b8559147b4adc3e Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 29 May 2023 13:42:18 +0200 Subject: [PATCH] fix: re-key paginator slots --- components/common/CommonPaginator.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/common/CommonPaginator.vue b/components/common/CommonPaginator.vue index 89be529a..58e49886 100644 --- a/components/common/CommonPaginator.vue +++ b/components/common/CommonPaginator.vue @@ -69,6 +69,7 @@ function removeEntry(entryId: any) { } defineExpose({ createEntry, removeEntry, updateEntry }) +const key = 'key' as any