@v2coding/ui 0.1.26 → 0.1.27

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.
@@ -11778,7 +11778,7 @@ var __vue_render__$8 = function __vue_render__() {
11778
11778
  "layout": _vm.layout,
11779
11779
  "page-sizes": _vm.pageSizes,
11780
11780
  "total": _vm.page.total || 0,
11781
- "page-size": _vm.page.size,
11781
+ "page-size": _vm.page.size || 20,
11782
11782
  "background": _vm.background,
11783
11783
  "current-page": _vm.page.no || 1
11784
11784
  },
@@ -11795,10 +11795,10 @@ var __vue_staticRenderFns__$8 = [];
11795
11795
  var __vue_inject_styles__$8 = undefined;
11796
11796
  /* scoped */
11797
11797
 
11798
- var __vue_scope_id__$8 = "data-v-681d0726";
11798
+ var __vue_scope_id__$8 = "data-v-c19d0ab0";
11799
11799
  /* module identifier */
11800
11800
 
11801
- var __vue_module_identifier__$8 = "data-v-681d0726";
11801
+ var __vue_module_identifier__$8 = "data-v-c19d0ab0";
11802
11802
  /* functional template */
11803
11803
 
11804
11804
  var __vue_is_functional_template__$8 = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v2coding/ui",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "",
5
5
 
6
6
  "main": "dist/v2coding-ui.ssr.js",