v-tree-scroll
Advanced tools
| var name = "v-tree-scroll"; | ||
| var description = "虚拟树滚动"; | ||
| var version = "1.0.2"; | ||
| var version = "1.0.3"; | ||
| var author = "xyl <786549791@qq.com>"; | ||
@@ -863,2 +863,2 @@ var license = "MIT"; | ||
| export { index as default }; | ||
| export { index as default, __vue_component__ as virtualTree }; |
+9
-6
| (function (global, factory) { | ||
| typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
| typeof define === 'function' && define.amd ? define(factory) : | ||
| (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global["v-tree-scroll"] = factory()); | ||
| })(this, (function () { 'use strict'; | ||
| typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
| typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
| (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["v-tree-scroll"] = {})); | ||
| })(this, (function (exports) { 'use strict'; | ||
| var name = "v-tree-scroll"; | ||
| var description = "虚拟树滚动"; | ||
| var version = "1.0.2"; | ||
| var version = "1.0.3"; | ||
| var author = "xyl <786549791@qq.com>"; | ||
@@ -869,4 +869,7 @@ var license = "MIT"; | ||
| return index; | ||
| exports["default"] = index; | ||
| exports.virtualTree = __vue_component__; | ||
| Object.defineProperty(exports, '__esModule', { value: true }); | ||
| })); |
+1
-1
| { | ||
| "name": "v-tree-scroll", | ||
| "description": "虚拟树滚动", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "author": "xyl <786549791@qq.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
+4
-0
@@ -22,2 +22,6 @@ import virtualTree from '../packages/vtree/index.vue'; | ||
| virtualTree | ||
| } | ||
| // 单独导出组件 | ||
| export { | ||
| virtualTree | ||
| } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
109413
0.2%2717
0.22%