From f8a3627b2b5e3258240fdf3dd06d55667b92a11c Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Wed, 30 Aug 2023 13:19:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stories/PreviewOffice.stories.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stories/PreviewOffice.stories.ts b/stories/PreviewOffice.stories.ts index 0c0569d..f90c32f 100644 --- a/stories/PreviewOffice.stories.ts +++ b/stories/PreviewOffice.stories.ts @@ -1,8 +1,8 @@ /* * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-07-21 00:29:39 - * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-08-22 02:11:14 + * @LastEditors: peerless_hero peerless_hero@outlook.com + * @LastEditTime: 2023-08-30 13:09:06 * @FilePath: \vue3\stories\PreviewOffice.stories.ts * @Description: * @@ -16,12 +16,14 @@ const meta = { tags: ['autodocs'], args: { file: { + name: 'test.docx', url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.docx', extension: 'docx', }, }, parameters: { file: { + name: 'test.docx', url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.docx', extension: 'docx', },