-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taro4.0.5 PageMeta微信小程序不会编译进wxml #16900
Comments
gt333
changed the title
Tar4.0.5 PageMeta微信小程序不会编译进wxml
Taro4.0.5 PageMeta微信小程序不会编译进wxml
Nov 21, 2024
This was referenced Nov 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 2.28.0
使用框架: React
复现步骤
按Taro 文档配置
// page.config.ts
export default definePageConfig({ enablePageMeta: true, ... })
期望结果
微信小程序可使用PageMeta
实际结果
标签被编译成空“”,微信小程序对应page的wxml文件显示为:
<import src="../../base.wxml"/> <template is="taro_tmpl" data="{{root:root}}" />
。缺少
<page-meta ><navigation/></page-meta>
环境信息
The text was updated successfully, but these errors were encountered: