@v2coding/ui 0.1.23 → 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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # v2coding-ui
2
2
  ## 发布新版本
3
3
  - 修改 package.json 文件中版本字段
4
+ - 打包 `npm run build`
4
5
  - `npm publish --access public`
5
6
 
6
7
  ## 使用须知
@@ -55,7 +55,7 @@ const isFunction = function () {
55
55
  args[_key5] = arguments[_key5];
56
56
  }
57
57
 
58
- return args.every(arg => toString(arg) === '[object Function]');
58
+ return args.every(arg => typeof arg === 'function');
59
59
  };
60
60
  const isDate$1 = function () {
61
61
  for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
@@ -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