uview-plus 3.1.1 → 3.1.3

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,7 @@
1
+ ## 3.1.3(2022-08-11)
2
+ 修复小程序报错Generated an empty chunk,修复示例工程引入request参数配置无效。
3
+ ## 3.1.2(2022-08-09)
4
+ 修复示例项目对request的调用引入
1
5
  ## 3.1.1(2022-08-07)
2
6
  折叠面板在小程序会报'setContentAnimate' of undefined
3
7
  ## 3.1.0(2022-08-07)
@@ -1,3 +1,4 @@
1
+ import dayjs from 'dayjs'
1
2
  export default {
2
3
  methods: {
3
4
  // 设置月份数据
@@ -1,7 +1,9 @@
1
1
  // 定义一个一定时间后自动成功的promise,让调用nextTick方法处,进入下一个then方法
2
2
  const nextTick = () => new Promise(resolve => setTimeout(resolve, 1000 / 50))
3
3
  // nvue动画模块实现细节抽离在外部文件
4
- import animationMap from './nvue.ani-map.js'
4
+ // #ifdef APP-NVUE
5
+ import animationMap from './nvue-ani-map.js'
6
+ // #endif
5
7
 
6
8
  // #ifndef APP-NVUE
7
9
  // 定义类名,通过给元素动态切换类名,赋予元素一定的css动画样式
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,利剑出鞘,一统江湖",
5
- "version": "3.1.1",
5
+ "version": "3.1.3",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",