style(eslint): 格式化代码
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: zhaojinfeng 121016171@qq.com
|
* @Author: zhaojinfeng 121016171@qq.com
|
||||||
* @Date: 2023-07-18 12:22:11
|
* @Date: 2023-07-18 12:22:11
|
||||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
* @LastEditors: peerless_hero peerless_hero@outlook.com
|
||||||
* @LastEditTime: 2023-08-22 02:08:24
|
* @LastEditTime: 2023-08-30 17:57:53
|
||||||
* @FilePath: \vue3\stories\PreviewOfficeView.stories.ts
|
* @FilePath: \vue3\stories\PreviewOfficeView.stories.ts
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -24,11 +24,11 @@ export default meta
|
|||||||
|
|
||||||
type Story = StoryObj<typeof meta>
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
export const docx: Story = {
|
export const Docx: Story = {
|
||||||
name: 'Word文档(仅支持.docx)',
|
name: 'Word文档(仅支持.docx)',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const excel: Story = {
|
export const Excel: Story = {
|
||||||
name: 'Excel表格(仅支持.xlsx)',
|
name: 'Excel表格(仅支持.xlsx)',
|
||||||
args: {
|
args: {
|
||||||
url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.xlsx',
|
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文档',
|
name: 'PDF文档',
|
||||||
args: {
|
args: {
|
||||||
url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.pdf',
|
url: 'https://501351981.github.io/vue-office/examples/dist/static/test-files/test.pdf',
|
||||||
|
Reference in New Issue
Block a user