emacroh5lib 1.0.71 → 1.0.72

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emacroh5lib",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -6,7 +6,7 @@ import createTaskQueue from 'sync-task-queue'
6
6
 
7
7
  export namespace EMacro {
8
8
 
9
- export const version = "1.1"
9
+ export const version = "1.72"
10
10
 
11
11
  export class File {
12
12
 
@@ -43,7 +43,7 @@
43
43
  import DragResizeView from "@/views/DragResizeView/index.vue";
44
44
  import Draw from "@/views/Draw/index.vue";
45
45
  import { formatJson, export_json_to_excel, number_to_excel, testToExcel } from "./Export2Excel"
46
- import { EMacro } from "../../utilities/File";
46
+ import { EMacro } from "../../utilities/EMacro";
47
47
  import axios from 'axios'
48
48
  import Cookie from 'js-cookie'
49
49
  import LAY_EXCEL from 'lay-excel';
@@ -47,7 +47,7 @@
47
47
 
48
48
  <script>
49
49
 
50
- import { EMacro } from "../../utilities/File";
50
+ import { EMacro } from "../../utilities/EMacro";
51
51
 
52
52
  export default {
53
53
  name: "ImageViewer",