fix: 类型

This commit is contained in:
peerless_hero
2023-08-30 15:34:04 +08:00
parent 4a8806223a
commit 9de80da9e4

View File

@ -1,8 +1,8 @@
/*
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-07-21 12:25:52
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-07-23 01:43:20
* @LastEditors: peerless_hero peerless_hero@outlook.com
* @LastEditTime: 2023-08-30 15:33:53
* @FilePath: \vue3\stories\DownloadLink.stories.ts
* @Description:
*
@ -26,6 +26,7 @@ const meta = {
src: 'https://www.bingimg.cn/down/OHR.TeaEstate_ZH-CN9645412630_1920x1080.jpg',
/** 文件信息请求函数 */
request: () => Promise.resolve({
name: 'avatar.jpeg',
url: avatar,
}),
},