uview-plus 3.1.30 → 3.1.32
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/changelog.md
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
import mixin from '../../libs/mixin/mixin.js';
|
|
36
36
|
import defprops from '../../libs/config/props';
|
|
37
37
|
// import dayjs from '../../libs/util/dayjs.js';
|
|
38
|
-
import dayjs from 'dayjs'
|
|
38
|
+
import dayjs from 'dayjs/esm/index'
|
|
39
39
|
export default {
|
|
40
40
|
name: 'u-calendar-month',
|
|
41
41
|
mixins: [mpMixin, mixin],
|
|
@@ -69,7 +69,7 @@ import uMonth from './month.vue'
|
|
|
69
69
|
import props from './props.js'
|
|
70
70
|
import util from './util.js'
|
|
71
71
|
// import dayjs from '../../libs/util/dayjs.min.js'
|
|
72
|
-
import dayjs from 'dayjs'
|
|
72
|
+
import dayjs from 'dayjs/esm/index'
|
|
73
73
|
import Calendar from '../../libs/util/calendar.js'
|
|
74
74
|
import mpMixin from '../../libs/mixin/mpMixin.js'
|
|
75
75
|
import mixin from '../../libs/mixin/mixin.js'
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
import mpMixin from '../../libs/mixin/mpMixin.js';
|
|
35
35
|
import mixin from '../../libs/mixin/mixin.js';
|
|
36
36
|
// import dayjs from '../../libs/util/dayjs.js';
|
|
37
|
-
import dayjs from 'dayjs'
|
|
37
|
+
import dayjs from 'dayjs/esm/index'
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* DatetimePicker 时间日期选择器
|