mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
fix: vue-tsc报错
This commit is contained in:
parent
d932c1bfba
commit
de416c9671
5
core/packages/docx/index.d.ts
vendored
5
core/packages/docx/index.d.ts
vendored
@ -1,4 +1,7 @@
|
||||
declare const VueOfficeDocx: {
|
||||
install: (vue: any) => void;
|
||||
install?: (vue: any) => void;
|
||||
src: string|ArrayBuffer|Blob;
|
||||
requestOptions?: any;
|
||||
options?: any
|
||||
};
|
||||
export default VueOfficeDocx;
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-office/docx",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.3",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
5
core/packages/excel/index.d.ts
vendored
5
core/packages/excel/index.d.ts
vendored
@ -1,4 +1,7 @@
|
||||
declare const VueOfficeExcel: {
|
||||
install: (vue: any) => void;
|
||||
install?: (vue: any) => void;
|
||||
src: string|ArrayBuffer|Blob;
|
||||
requestOptions?: any;
|
||||
options?: any
|
||||
};
|
||||
export default VueOfficeExcel;
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-office/excel",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.3",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
6
core/packages/pdf/index.d.ts
vendored
6
core/packages/pdf/index.d.ts
vendored
@ -1,4 +1,8 @@
|
||||
declare const VueOfficePdf: {
|
||||
install: (vue: any) => void;
|
||||
install?: (vue: any) => void;
|
||||
src: string|ArrayBuffer|Blob;
|
||||
staticFileUrl?: string,
|
||||
requestOptions?: any;
|
||||
options?: any
|
||||
};
|
||||
export default VueOfficePdf;
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-office/pdf",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user