@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.
package/dist/v2coding-ui.esm.js
CHANGED
|
@@ -11463,7 +11463,7 @@ var __vue_render__$8 = function () {
|
|
|
11463
11463
|
"layout": _vm.layout,
|
|
11464
11464
|
"page-sizes": _vm.pageSizes,
|
|
11465
11465
|
"total": _vm.page.total || 0,
|
|
11466
|
-
"page-size": _vm.page.size,
|
|
11466
|
+
"page-size": _vm.page.size || 20,
|
|
11467
11467
|
"background": _vm.background,
|
|
11468
11468
|
"current-page": _vm.page.no || 1
|
|
11469
11469
|
},
|
|
@@ -11480,7 +11480,7 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
11480
11480
|
const __vue_inject_styles__$8 = undefined;
|
|
11481
11481
|
/* scoped */
|
|
11482
11482
|
|
|
11483
|
-
const __vue_scope_id__$8 = "data-v-
|
|
11483
|
+
const __vue_scope_id__$8 = "data-v-c19d0ab0";
|
|
11484
11484
|
/* module identifier */
|
|
11485
11485
|
|
|
11486
11486
|
const __vue_module_identifier__$8 = undefined;
|