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.
- package/index.ts +1 -0
- 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};
|