add: pdf 改为虚拟列表渲染

This commit is contained in:
liyulin 2024-04-17 20:38:56 +08:00
parent ad0214f893
commit 12cc6ee2a3

View File

@ -198,6 +198,7 @@ export default {
<template>
<vue-office-pdf
:src="pdf"
style="height: 100vh"
@rendered="renderedHandler"
@error="errorHandler"
/>