doway-coms 1.4.81 → 1.4.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.81",
3
+ "version": "1.4.82",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -202,6 +202,8 @@
202
202
  <script>
203
203
  import Sortable from 'sortablejs'
204
204
  import VXETable from 'vxe-table'
205
+ import XEUtils from "xe-utils";
206
+
205
207
  export default {
206
208
  props:{
207
209
  userDefineColumns: {