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
|
@@ -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
|
|
310
|
+
import { isDebugUser } from '@vue2-client/utils/common'
|
|
311
311
|
|
|
312
312
|
export default {
|
|
313
313
|
name: 'XTable',
|