zydx-plus 1.20.111 → 1.20.112

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": "zydx-plus",
3
- "version": "1.20.111",
3
+ "version": "1.20.112",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -78,11 +78,17 @@ export default {
78
78
  this.pageIndex = val
79
79
  },
80
80
  immediate: true
81
+ },
82
+ source: {
83
+ handler: function (val, oldVal) {
84
+ this.readPdf()
85
+ },
86
+ immediate: true
81
87
  }
82
88
  },
83
89
  emits: ['flip'],
84
90
  mounted() {
85
- this.readPdf()
91
+ // this.readPdf()
86
92
  this.id = 'canvas-wrap' + Math.random().toString(36).substr(2)
87
93
  },
88
94
  methods: {
package/src/index.js CHANGED
@@ -63,7 +63,7 @@ function install(app) {
63
63
  }
64
64
 
65
65
  export default {
66
- version: '1.20.111',
66
+ version: '1.20.112',
67
67
  install,
68
68
  Calendar,
69
69
  Message,