doc:获取二进制文件示例

This commit is contained in:
liyulin 2023-08-27 22:09:49 +08:00
parent f7b62649ef
commit 2cd4e0aa16

View File

@ -138,7 +138,7 @@ export default {
}).then(res=>{
//读取文件的arrayBuffer
res.arrayBuffer().then(res=>{
this.src = res
this.docx = res
})
})
},