zydx-plus 1.18.82 → 1.18.83

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.18.82",
3
+ "version": "1.18.83",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -88,7 +88,7 @@
88
88
  <script>
89
89
  import lunarYearTool from './sloarToLunar.js'
90
90
  export default {
91
- name: 'Li-Calendar',
91
+ name: 'zydx-calendar',
92
92
  props: {
93
93
  /**
94
94
  * @description 当前时间 yyyy-MM-dd
package/src/index.js CHANGED
@@ -55,7 +55,7 @@ function install(app) {
55
55
  }
56
56
 
57
57
  export default {
58
- version: '1.18.82',
58
+ version: '1.18.83',
59
59
  install,
60
60
  Calendar,
61
61
  Message,