diff --git a/packages/taro-components/h5/react/index.js b/packages/taro-components/h5/react/index.js index 699860086514..df011d92d0d9 100644 --- a/packages/taro-components/h5/react/index.js +++ b/packages/taro-components/h5/react/index.js @@ -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') diff --git a/packages/taro-components/h5/vue/simpleComponents.js b/packages/taro-components/h5/vue/simpleComponents.js index 2affd29ad2e1..43cd3049dd56 100644 --- a/packages/taro-components/h5/vue/simpleComponents.js +++ b/packages/taro-components/h5/vue/simpleComponents.js @@ -26,6 +26,7 @@ export const simpleComponents = [ 'taro-navigation-bar', 'taro-block', 'taro-canvas', + 'taro-custom-wrapper', { name: 'taro-checkbox', classNames: ['weui-cells_checkbox']