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
@@ -1,3 +1,5 @@
1
+ ## 3.1.31(2023-06-08)
2
+ 修复dayjs引用
1
3
  ## 3.1.30(2023-04-24)
2
4
  修复date-time-picker
3
5
  ## 3.1.29(2023-03-11)
@@ -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'
@@ -1,4 +1,4 @@
1
- import dayjs from 'dayjs'
1
+ import dayjs from 'dayjs/esm/index'
2
2
  export default {
3
3
  methods: {
4
4
  // 设置月份数据
@@ -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 时间日期选择器
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,全面的Vue3移动组件库。",
5
- "version": "3.1.30",
5
+ "version": "3.1.32",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",