@v2coding/ui 0.1.24 → 0.1.25
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
|
@@ -12441,13 +12441,19 @@ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
|
12441
12441
|
staticRenderFns: __vue_staticRenderFns__$4
|
|
12442
12442
|
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
12443
12443
|
|
|
12444
|
-
var ScrollView = __vue_component__$4;
|
|
12444
|
+
var ScrollView$1 = __vue_component__$4;
|
|
12445
|
+
|
|
12446
|
+
var ScrollView = {
|
|
12447
|
+
install: Vue => {
|
|
12448
|
+
Vue.component(ScrollView$1.name, ScrollView$1);
|
|
12449
|
+
}
|
|
12450
|
+
};
|
|
12445
12451
|
|
|
12446
12452
|
//
|
|
12447
12453
|
var script$3 = {
|
|
12448
12454
|
name: "ui-history",
|
|
12449
12455
|
components: {
|
|
12450
|
-
ScrollView
|
|
12456
|
+
ScrollView: ScrollView$1
|
|
12451
12457
|
},
|
|
12452
12458
|
props: {
|
|
12453
12459
|
items: Array,
|
|
@@ -13148,6 +13154,7 @@ const ComponentList = {
|
|
|
13148
13154
|
Permission,
|
|
13149
13155
|
DocumentTitle: DocumentTitle$1,
|
|
13150
13156
|
FillView,
|
|
13157
|
+
ScrollView,
|
|
13151
13158
|
History,
|
|
13152
13159
|
Minimize,
|
|
13153
13160
|
Page
|