-
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
如何编写一个微信小程序的的自定义组件,即页面编译后的index.js中的Page字段应生成为Component的形式 #15525
Comments
taro-bot2
bot
added
F-react
Framework - React
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Apr 17, 2024
This was referenced Apr 20, 2024
This was referenced Apr 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 3.4.1
使用框架: React
复现步骤
使用脚手架创建一个项目,编译运行
期望结果
index.js中的Page字段应为Component,同时应将配置转化为Component需要的配置形式
实际结果
无法生成微信小程序中的Component
环境信息
补充信息
https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html
The text was updated successfully, but these errors were encountered: