change: readme文档细化

This commit is contained in:
liyulin 2023-03-24 14:03:58 +08:00
parent b7183f12e2
commit 4fca3fac68

View File

@ -104,6 +104,7 @@ export default {
``` ```
### excel文件预览 ### excel文件预览
通过网络地址预览示例如下通过文件ArrayBuffer预览和上面docx的使用方式一致。
```vue ```vue
<template> <template>
<vue-office-excel <vue-office-excel
@ -142,7 +143,7 @@ export default {
``` ```
### pdf文件预览 ### pdf文件预览
通过网络地址预览示例如下通过文件ArrayBuffer预览和上面docx的使用方式一致。
```vue ```vue
<template> <template>
<vue-office-pdf <vue-office-pdf
@ -185,5 +186,3 @@ export default {
<img src="https://501351981.github.io/vue-office/examples/public/static/wx.png" alt="赞助二维码" width="260"/> <img src="https://501351981.github.io/vue-office/examples/public/static/wx.png" alt="赞助二维码" width="260"/>
### 恳请各位大佬不吝点赞,开源不易,感谢支持~~ ### 恳请各位大佬不吝点赞,开源不易,感谢支持~~
[《使用指南》](https://501351981.github.io/vue-office/examples/docs/guide/)