vue2-client 1.8.187 → 1.8.188
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
|
@@ -84,7 +84,7 @@ import XTree from '@vue2-client/base-client/components/common/XTree'
|
|
|
84
84
|
import XImportExcel from '@vue2-client/base-client/components/common/XImportExcel'
|
|
85
85
|
import { getConfigByName, getConfigByLogic, parseConfig } from '@vue2-client/services/api/common'
|
|
86
86
|
import { mapState } from 'vuex'
|
|
87
|
-
import lowcodeComponentMixin from '
|
|
87
|
+
import lowcodeComponentMixin from '@vue2-client/utils/lowcode/lowcodeComponentMixin'
|
|
88
88
|
|
|
89
89
|
export default {
|
|
90
90
|
name: 'XFormTable',
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
<script>
|
|
27
27
|
import ComponentLayoutOne from '@vue2-client/layouts/ComponentLayoutOne'
|
|
28
|
-
import lowcodeComponentMixin from '
|
|
28
|
+
import lowcodeComponentMixin from '@vue2-client/utils/lowcode/lowcodeComponentMixin'
|
|
29
29
|
export default {
|
|
30
30
|
name: 'XTreeOne',
|
|
31
31
|
components: { ComponentLayoutOne },
|
|
@@ -53,10 +53,10 @@ routerResource.amisDemo = () =>
|
|
|
53
53
|
import('@vue2-client/pages/AMisDemo/AMisDemo')
|
|
54
54
|
// 页面编辑器
|
|
55
55
|
routerResource.editablePage = () =>
|
|
56
|
-
import('
|
|
56
|
+
import('@vue2-client/pages/lowCode/lowCodeEditor.vue')
|
|
57
57
|
// 页面渲染器
|
|
58
58
|
routerResource.lowCodeRender = () =>
|
|
59
|
-
import('
|
|
59
|
+
import('@vue2-client/pages/lowCode/lowCodeRender.vue')
|
|
60
60
|
// 数据检索
|
|
61
61
|
routerResource.dynamicStatistics = () =>
|
|
62
62
|
import('@vue2-client/pages/DynamicStatistics')
|