vue2-client 1.22.13 → 1.22.14

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.22.13",
3
+ "version": "1.22.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -223,7 +223,7 @@ import { executeStrFunctionByContext } from '@vue2-client/utils/runEvalFunction'
223
223
  import { getRealKeyData } from '@vue2-client/utils/util'
224
224
  import * as util from '@vue2-client/utils/util'
225
225
  import UserInfoDetailManage from '@vue2-client/pages/userInfoDetailManage/index.vue'
226
- import SummaryStatCard from '@/base-client/components/common/XFormTable/SummaryStatCard.vue'
226
+ import SummaryStatCard from '@vue2-client/base-client/components/common/XFormTable/SummaryStatCard.vue'
227
227
 
228
228
  export default {
229
229
  name: 'XFormTable',