From a35318f808bc77aeb077cd7ae271cc9a5431bbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=AF=8C=E9=91=AB?= Date: Wed, 21 Dec 2022 16:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=93pagination=E4=BC=A0B?= =?UTF-8?q?oolean=E7=B1=BB=E5=9E=8B=E6=97=B6=EF=BC=8C=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=AE=A1=E7=AE=97=E6=9C=89=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue index 49c35c9..75e1293 100644 --- a/src/components/Table/src/Table.vue +++ b/src/components/Table/src/Table.vue @@ -264,7 +264,7 @@ const headerH = 64; let paginationH = 2; let marginH = 24; - if (!isBoolean(pagination)) { + if (!isBoolean(unref(pagination))) { paginationEl = tableEl.querySelector('.n-data-table__pagination') as HTMLElement; if (paginationEl) { const offsetHeight = paginationEl.offsetHeight;