Compare commits

..

No commits in common. "b5000a207df3ad63b1c2ad22edccc4ee8aab31dc" and "19bcb1f9a83a088e23056cc236cb583f8f9feddd" have entirely different histories.

View File

@ -5,9 +5,6 @@
[《演示效果》](https://501351981.github.io/vue-office/examples/dist/) [《演示效果》](https://501351981.github.io/vue-office/examples/dist/)
[《使用非Vue框架原生js、React等、或者Vue里面报错看这里》](https://501351981.github.io/vue-office/examples/docs/guide/js-preview.html) [《使用非Vue框架原生js、React等、或者Vue里面报错看这里》](https://501351981.github.io/vue-office/examples/docs/guide/js-preview.html)
[《详细配置》](https://501351981.github.io/vue-office/examples/docs/config/)
## 功能特色 ## 功能特色
- 一站式提供word(.docx)、pdf、excel(.xlsx, .xls)多种文档的在线预览方案,有它就够了 - 一站式提供word(.docx)、pdf、excel(.xlsx, .xls)多种文档的在线预览方案,有它就够了
- 简单只需提供文档的src(网络地址)即可完成文档预览 - 简单只需提供文档的src(网络地址)即可完成文档预览
@ -249,7 +246,3 @@ export default {
<img src="https://501351981.github.io/vue-office/examples/dist/static/wxqrcode.png" alt="个人微信" width="260"/> <img src="https://501351981.github.io/vue-office/examples/dist/static/wxqrcode.png" alt="个人微信" width="260"/>
# 我的其他库:
- 如何更优雅地进行前端表单开发:[ConfigForm](https://github.com/501351981/config-form)