From 98f3648f9f2a6f958fd4304413978624cc3e82c0 Mon Sep 17 00:00:00 2001 From: zclzone Date: Wed, 29 May 2024 16:50:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/me/crud/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/me/crud/index.vue b/src/components/me/crud/index.vue index 7dd0796..bdacbe9 100644 --- a/src/components/me/crud/index.vue +++ b/src/components/me/crud/index.vue @@ -51,7 +51,7 @@ const props = defineProps({ default: true, }, /** - * @remote 是否分页 + * @isPagination 是否分页 */ isPagination: { type: Boolean,