mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
v0.0.6
This commit is contained in:
parent
aaff79c5cd
commit
5442a6c6d6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useWorkspaces": true,
|
||||
"version": "0.0.0"
|
||||
"version": "0.0.6"
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@vue-office/docx",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.6",
|
||||
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览",
|
||||
"main": "lib/docx.umd.min.js",
|
||||
"author": "hit757",
|
||||
"files": [
|
||||
"lib"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build --target lib --dest lib index.js"
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@vue-office/excel",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.6",
|
||||
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览",
|
||||
"main": "lib/excel.umd.min.js",
|
||||
"author": "hit757",
|
||||
"files": [
|
||||
"lib"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build --target lib --dest lib index.js"
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@vue-office/pdf",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.6",
|
||||
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览",
|
||||
"main": "lib/pdf.umd.min.js",
|
||||
"author": "hit757",
|
||||
"files": [
|
||||
"lib"
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build --target lib --dest lib index.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user