office-singature 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -8
- package/dist/index.umd.cjs +1 -1
- package/package.json +2 -2
- package/src/App.vue +14 -14
- package/src/components/index.ts +13 -11
- package/src/main.ts +3 -2
package/dist/index.js
CHANGED
|
@@ -1857,7 +1857,7 @@ var a = Object.create, o = Object.defineProperty, s = Object.getOwnPropertyDescr
|
|
|
1857
1857
|
e.component(Cv.name, Cv);
|
|
1858
1858
|
}, Cv;
|
|
1859
1859
|
});
|
|
1860
|
-
})))(), 1), _ =
|
|
1860
|
+
})))(), 1), _ = /* @__PURE__ */ t({
|
|
1861
1861
|
name: "officeSignaturePdf",
|
|
1862
1862
|
props: {
|
|
1863
1863
|
src: { default: "https://cdn-test.szjixun.cn/fonchain-main/test/application/pdf/default/artwork/3e986e87-4e07-430c-9372-d5313d2ab884.pdf" },
|
|
@@ -1900,11 +1900,6 @@ var a = Object.create, o = Object.defineProperty, s = Object.getOwnPropertyDescr
|
|
|
1900
1900
|
"draggableList"
|
|
1901
1901
|
]));
|
|
1902
1902
|
}
|
|
1903
|
-
})
|
|
1904
|
-
_.forEach((t) => {
|
|
1905
|
-
e.component(t?.name, t);
|
|
1906
|
-
});
|
|
1907
|
-
};
|
|
1908
|
-
typeof window < "u" && window?.Vue && v(window?.Vue);
|
|
1903
|
+
});
|
|
1909
1904
|
//#endregion
|
|
1910
|
-
export {
|
|
1905
|
+
export { _ as default };
|