zydx-plus 1.35.624 → 1.35.625

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.35.624",
3
+ "version": "1.35.625",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
  <button :disabled="retShow" @click="ret">上一步</button>
24
24
  <button :disabled="forwardShow" @click="forward">下一步</button>
25
- <button @click="reset">重置位置</button>
25
+ <button @click="reset" v-if="resetShow">重置位置</button>
26
26
  <button v-if="protectShow" @click="preservation">保存</button>
27
27
  <button @click="fullTap" v-if="fullShow">全屏</button>
28
28
  <button @click="fullDel" v-else>退出</button>
@@ -99,6 +99,10 @@ export default {
99
99
  updateStatus: {
100
100
  type: Boolean,
101
101
  default: false
102
+ },
103
+ resetShow: {
104
+ type: Boolean,
105
+ default: true
102
106
  }
103
107
  },
104
108
  beforeUnmount() {
package/src/index.js CHANGED
@@ -87,7 +87,7 @@ function install(app) {
87
87
  }
88
88
 
89
89
  export default {
90
- version: '1.35.624',
90
+ version: '1.35.625',
91
91
  install,
92
92
  Calendar,
93
93
  Message,