From 12d435285eeb1be24f08f08367c13d1299032181 Mon Sep 17 00:00:00 2001 From: liyulin <501351981@qq.com> Date: Wed, 22 Mar 2023 22:40:24 +0800 Subject: [PATCH] add: vue-press --- README.md | 143 ++------------------------ docs/.vitepress/config.js | 3 +- examples/docs/404.html | 6 +- examples/docs/config/event.html | 6 +- examples/docs/config/index.html | 6 +- examples/docs/guide/contact.html | 6 +- examples/docs/guide/faq.html | 6 +- examples/docs/guide/index.html | 6 +- examples/docs/guide/preview-docx.html | 6 +- examples/docs/guide/preview-pdf.html | 6 +- examples/docs/guide/preview-xlsx.html | 6 +- examples/docs/hashmap.json | 2 +- examples/docs/index.html | 6 +- 13 files changed, 40 insertions(+), 168 deletions(-) diff --git a/README.md b/README.md index 1370bad..7bf0ad4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # vue-office -支持多种文件(docx、pdf、excel)预览的vue组件套装,支持vue2/3。 +支持多种文件(**docx、excel、pdf**)预览的vue组件库,支持vue2/3。 -[查看demo演示](https://501351981.github.io/vue-office/examples/dist/) +[《演示效果》](https://501351981.github.io/vue-office/examples/dist/) ## 功能特色 - 一站式:提供docx、pdf、excel多种文档的在线预览方案,有它就够了 @@ -30,7 +30,7 @@ npm install @vue/composition-api/ - 有文档网络地址,比如 https://***.docx - 文件上传时预览,此时可以获取文件的ArrayBuffer或Blob -### docx文档的预览 +### 已docx文档的预览为例 **使用网络地址预览** ```vue