vue2-client 1.17.1 → 1.17.2

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": "vue2-client",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -307,7 +307,7 @@ import ExportExcel from '@vue2-client/base-client/components/common/XTable/Expor
307
307
  import g2Charts from '@vue2-client/components/g2Charts/index.vue'
308
308
  import moment from 'moment/moment'
309
309
  import XTableWrapper from './XTableWrapper.vue'
310
- import {isDebugUser} from "@/utils/common";
310
+ import { isDebugUser } from '@vue2-client/utils/common'
311
311
 
312
312
  export default {
313
313
  name: 'XTable',