meixioacomponent 0.1.1 → 0.1.2

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": "meixioacomponent",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -48,10 +48,10 @@
48
48
  >
49
49
  </el-date-picker>
50
50
  </div>
51
- <baseButtonHandleVue
51
+ <baseButtonHandle
52
52
  :config="handleConfig"
53
53
  class="button-handle-wrap"
54
- ></baseButtonHandleVue>
54
+ ></baseButtonHandle>
55
55
  </div>
56
56
  </template>
57
57
  <div
@@ -110,7 +110,7 @@ export default {
110
110
  value: {},
111
111
  },
112
112
  components: {
113
- baseButtonHandleVue,
113
+ baseButtonHandle,
114
114
  },
115
115
  computed: {
116
116
  module: {