From dda6008f952dd1a99ff92dad48acccd2905a6e54 Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Wed, 30 Aug 2023 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?style(eslint):=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stories/PreviewOfficeView.stories.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stories/PreviewOfficeView.stories.ts b/stories/PreviewOfficeView.stories.ts index 1f46722..9203a47 100644 --- a/stories/PreviewOfficeView.stories.ts +++ b/stories/PreviewOfficeView.stories.ts @@ -1,8 +1,8 @@ /* * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-07-18 12:22:11 - * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-08-22 02:08:24 + * @LastEditors: peerless_hero peerless_hero@outlook.com + * @LastEditTime: 2023-08-30 17:57:53 * @FilePath: \vue3\stories\PreviewOfficeView.stories.ts * @Description: * @@ -24,11 +24,11 @@ export default meta type Story = StoryObj -export const docx: Story = { +export const Docx: Story = { name: 'Word文档(仅支持.docx)', } -export const excel: Story = { +export const Excel: Story = { name: 'Excel表格(仅支持.xlsx)', args: { url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.xlsx', @@ -36,7 +36,7 @@ export const excel: Story = { }, } -export const pdf: Story = { +export const Pdf: Story = { name: 'PDF文档', args: { url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.pdf',