提交 cfabda77 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(mp-weixin): support share-element,grid-view,sticky-header (question/163926)

上级 faecb590
......@@ -118,15 +118,24 @@ const customElements = [
'navigation-bar',
'match-media',
'ad-custom',
'share-element',
'channel-live',
'channel-video',
'voip-room',
'root-portal',
// 手势组件
'tap-gesture-handler',
'double-tap-gesture-handler',
'pan-gesture-handler',
'scale-gesture-handler',
'force-press-gesture-handler',
'pan-gesture-handler',
'vertical-drag-gesture-handler',
'horizontal-drag-gesture-handler',
'channel-video',
'long-press-gesture-handler',
'grid-view',
'list-view',
'sticky-header',
'sticky-section',
];
const compilerOptions = {
nodeTransforms: [uniCliShared.transformRef, uniCliShared.transformComponentLink, transformAd],
......
......@@ -19,15 +19,24 @@ export const customElements = [
'navigation-bar',
'match-media',
'ad-custom',
'share-element',
'channel-live',
'channel-video',
'voip-room',
'root-portal',
// 手势组件
'tap-gesture-handler',
'double-tap-gesture-handler',
'pan-gesture-handler',
'scale-gesture-handler',
'force-press-gesture-handler',
'pan-gesture-handler',
'vertical-drag-gesture-handler',
'horizontal-drag-gesture-handler',
'channel-video',
'long-press-gesture-handler',
'grid-view',
'list-view',
'sticky-header',
'sticky-section',
]
export const compilerOptions: CompilerOptions = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册