leisure-core 0.5.63 → 0.5.65

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import LeDrag from "./le-libs/js/drag.js";
2
+ import leMixins from "./le-libs/mixins/main.js";
2
3
  import {
3
4
  parseTime,
4
5
  formatMoney,
@@ -44,7 +45,6 @@ import LeSpan from "./le-span/index.js";
44
45
  import LeInputAdvanced from "./le-input-advanced/index.js";
45
46
  import LeButtonAudit from "./le-button-audit/index.js";
46
47
 
47
-
48
48
  const components = [
49
49
  LeArea,
50
50
  LeButton,
@@ -86,7 +86,6 @@ const components = [
86
86
  LeUrl,
87
87
  LeInputAdvanced,
88
88
  LeButtonAudit,
89
-
90
89
  ];
91
90
 
92
91
  const install = function (Vue) {
@@ -196,5 +195,6 @@ export default {
196
195
  LeUrl,
197
196
  LeSpan,
198
197
  LeInputAdvanced,
199
- LeButtonAudit
198
+ LeButtonAudit,
199
+ leMixins,
200
200
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.5.63",
3
+ "version": "0.5.65",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",