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', },