Browse Source

fix: 解决 Picker 在微信小程序中无法使用的问题 (#1786)

* fix: 修复 ImagePreview 在Taro编译成H5后报错的问题

* fix: 地址关闭时, Close 事件触发两次问题解决

* feat: 组件DatePicker 添加双向绑定

* docs: 组件Picker文档修改

* feat: 组件Picker与DatePicker新增属性safe-area-inset-bottom

* feat: imagepreview

* fix: 组件imagepreview点击视频遮罩关闭(#1729)

* fix: 解决 Picker 在微信小程序中无法使用问题 (#1774)
yangxiaolu1993 3 years ago
parent
commit
66858e2e25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      transformFinalCode.ts

+ 1 - 1
transformFinalCode.ts

@@ -1,5 +1,5 @@
 // Components that need to be converted
-export const DEFAULT_Components = new Set(['scroll-view', 'picker-view', 'picker-view-column']);
+export const DEFAULT_Components = new Set(['scroll-view']);
 //whether to include the path to the current file
 export const judgePath = (paths: string[], targetPath: string) => {
   for (let i = 0; i < paths.length; i++) {