vue2-client 1.9.152 → 1.9.153
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
|
@@ -650,7 +650,7 @@ import XLicensePlate from '@vue2-client/base-client/components/common/XLicensePl
|
|
|
650
650
|
import XStatusButton from './XStatusButton.vue'
|
|
651
651
|
import XClickChangeBtn from './itemComponent/XClickChangeBtn'
|
|
652
652
|
import 'moment/locale/zh-cn'
|
|
653
|
-
import XFormDatePicker from '
|
|
653
|
+
import XFormDatePicker from '@vue2-client/base-client/components/common/XDatePicker/index.vue'
|
|
654
654
|
|
|
655
655
|
export default {
|
|
656
656
|
name: 'XFormItem',
|
|
@@ -88,7 +88,7 @@ routerResource.example = {
|
|
|
88
88
|
// component: () => import('@vue2-client/base-client/components/common/XFormGroup/demo.vue'),
|
|
89
89
|
// component: () => import('@vue2-client/base-client/components/common/XReport/XReportDemo.vue'),
|
|
90
90
|
// component: () => import('@vue2-client/base-client/components/common/XFormTable/demo.vue'),
|
|
91
|
-
component: () => import('
|
|
91
|
+
component: () => import('@vue2-client/base-client/components/common/XDatePicker/demo.vue'),
|
|
92
92
|
// component: () => import('@vue2-client/base-client/components/common/XTab/XTabDemo.vue'),
|
|
93
93
|
// component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
|
|
94
94
|
// component: () => import('@vue2-client/pages/WorkflowDetail/WorkFlowDemo.vue'),
|