yh-hiprint 2.6.16 → 2.6.17

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 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -24,6 +24,7 @@ export {default as fontSize} from './font-size';
24
24
  export {default as scale} from './scale';
25
25
  export {default as zIndex} from './z-index';
26
26
  export {default as panel} from './panel';
27
+ export {default as hiprintVue} from './hiprint.vue';
27
28
  import {getPrintTemplate} from './libs/index.js';
28
29
  export {default as defaultPrintElement} from './store/defaultPrintElement';
29
30
  export {getPrintTemplate};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-hiprint",
3
- "version": "2.6.16",
3
+ "version": "2.6.17",
4
4
  "description": "Hiprint for Vue3 by NoahLiu in ForceCon in Hunan Changesha",
5
5
  "type": "module",
6
6
  "exports": {