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
|
@@ -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 '
|
|
226
|
+
import SummaryStatCard from '@vue2-client/base-client/components/common/XFormTable/SummaryStatCard.vue'
|
|
227
227
|
|
|
228
228
|
export default {
|
|
229
229
|
name: 'XFormTable',
|