uview-plus 3.2.13 → 3.2.14

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,8 @@
1
+ ## 3.2.14(2024-04-24)
2
+ 去除pleaseSetTranspileDependencies
3
+
4
+ http采用useStore
5
+
1
6
  ## 3.2.13(2024-04-22)
2
7
  修复modal标题样式
3
8
 
@@ -250,7 +250,7 @@
250
250
  value: selectValue,
251
251
  // #ifndef MP-WEIXIN
252
252
  // 微信小程序不能传递this实例,会因为循环引用而报错
253
- picker: this.$refs.picker,
253
+ // picker: this.$refs.picker,
254
254
  // #endif
255
255
  mode: this.mode
256
256
  })
@@ -172,7 +172,7 @@ export default {
172
172
  this.$emit('change', {
173
173
  // #ifndef MP-WEIXIN || MP-LARK
174
174
  // 微信小程序不能传递this,会因为循环引用而报错
175
- picker: this,
175
+ // picker: this,
176
176
  // #endif
177
177
  value: this.innerColumns.map((item, index) => item[value[index]]),
178
178
  index,
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // 看到此报错,是因为没有配置vite.config.js的【transpileDependencies】
2
- const pleaseSetTranspileDependencies = {}, babelTest = pleaseSetTranspileDependencies?.test
2
+ // const pleaseSetTranspileDependencies = {}, babelTest = pleaseSetTranspileDependencies?.test
3
3
 
4
4
  // 引入全局mixin
5
5
  import mixin from './libs/mixin/mixin.js'
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.2.13",
5
+ "version": "3.2.14",
6
6
  "description": "uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",