zydx-plus 1.28.134 → 1.28.135

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.28.134",
3
+ "version": "1.28.135",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -250,6 +250,5 @@ font-size: 12px;
250
250
  padding: 2px 5px;
251
251
  cursor: pointer;
252
252
  min-width: 60px;
253
- height: 21px;
254
253
  display: inline-block;
255
254
  }
@@ -25,7 +25,7 @@
25
25
  <script>
26
26
 
27
27
  export default {
28
- name: "zydx-paper",
28
+ name: "zydx-seek",
29
29
  data() {
30
30
  return {
31
31
  value: this.data
package/src/index.js CHANGED
@@ -67,7 +67,7 @@ function install(app) {
67
67
  }
68
68
 
69
69
  export default {
70
- version: '1.28.134',
70
+ version: '1.28.135',
71
71
  install,
72
72
  Calendar,
73
73
  Message,