Skip to content

Commit

Permalink
fix(custom-wrapper): 修复 CustomWrapper 在 H5 平台未导出的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
vdfor authored and Chen-jj committed Jan 4, 2021
1 parent b1a2eaf commit 306da94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-components/h5/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ export const OpenData = reactifyWc('taro-open-data-core')
export const WebView = reactifyWc('taro-web-view-core')
export const NavigationBar = reactifyWc('taro-navigation-bar-core')
export const Block = reactifyWc('taro-block-core')
export const CustomWrapper = reactifyWc('taro-custom-wrapper-core')
1 change: 1 addition & 0 deletions packages/taro-components/h5/vue/simpleComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const simpleComponents = [
'taro-navigation-bar',
'taro-block',
'taro-canvas',
'taro-custom-wrapper',
{
name: 'taro-checkbox',
classNames: ['weui-cells_checkbox']
Expand Down

0 comments on commit 306da94

Please sign in to comment.