yh-hiprint 2.6.25 → 2.6.26

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -493,7 +493,7 @@ const serverPrint = (code, params) => {
493
493
  export default {
494
494
  install(
495
495
  app: any,
496
- config: InstallOptions & {clientPrint?: boolean}
496
+ config?: InstallOptions & {clientPrint?: boolean}
497
497
  ): void {
498
498
  app.provide('$hiprint', hiprintFun);
499
499
  app.provide('$silentHiprint', silentHiprint);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-hiprint",
3
- "version": "2.6.25",
3
+ "version": "2.6.26",
4
4
  "description": "Hiprint for Vue3 by NoahLiu in ForceCon in Hunan Changesha",
5
5
  "type": "module",
6
6
  "exports": {