@deanwu/vue-component-library 1.0.16 → 1.0.17
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/dist/vue-component-library.common.js +7 -1
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.umd.js +7 -1
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -2248,7 +2248,9 @@ var radiovue_type_template_id_07d956d7_scoped_true_staticRenderFns = [];
|
|
|
2248
2248
|
// import Vue from 'vue'
|
|
2249
2249
|
|
|
2250
2250
|
function createStore(data) {
|
|
2251
|
-
return {
|
|
2251
|
+
return {
|
|
2252
|
+
commit: function () {}
|
|
2253
|
+
};
|
|
2252
2254
|
// return new (Vue.extend({
|
|
2253
2255
|
// data() {
|
|
2254
2256
|
// return data
|
|
@@ -4196,6 +4198,10 @@ var preview_component = normalizeComponent(
|
|
|
4196
4198
|
|
|
4197
4199
|
|
|
4198
4200
|
|
|
4201
|
+
|
|
4202
|
+
|
|
4203
|
+
|
|
4204
|
+
|
|
4199
4205
|
// import Editor from './unit/editor.vue'
|
|
4200
4206
|
|
|
4201
4207
|
|