From 92e6a70f521487a27317f4cd26b6e6d6d6f7a9c3 Mon Sep 17 00:00:00 2001 From: lianxin Date: Tue, 15 Aug 2023 15:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(OfficePdf):Lazy=20loading=20Vu?= =?UTF-8?q?eOfficePdf=20has=20added=20lazy=20loading=20functionality,=20wh?= =?UTF-8?q?ere=20it=20initially=20loads=205=20pages=20by=20default=20and?= =?UTF-8?q?=20subsequently=20implements=20lazy=20loading=20as=20you=20scro?= =?UTF-8?q?ll.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/packages/vue-pdf/src/main.vue | 63 ++++++++++++++++-------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/core/packages/vue-pdf/src/main.vue b/core/packages/vue-pdf/src/main.vue index 454a648..e7a5e9d 100644 --- a/core/packages/vue-pdf/src/main.vue +++ b/core/packages/vue-pdf/src/main.vue @@ -1,9 +1,9 @@ \ No newline at end of file +