-
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
taro convert失败 #1565
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
这不是很明显吗,你把 config 放到 Page 里不就完了吗 |
@yuche page构造函数里如果用这种变量的方式传递参数就会转换失败吗? |
@yuche 最后一行的Page(config)里难道不是么? |
是的,现在这个版本要求一定显示地传递对象,而且还必须是用 Page、App、Component 创建的函数。 @ofavor 是让你不要传值,直接把那个对象挪进去 |
Hello~ 您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
@yuche 有赞UI库
|
有赞的 UI 库转不了,因为他有 relations,而且不是用 Page、App、Component 创建的组件。 |
Hello~ 您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
现在这个版本要求一定显示地传递对象,而且还必须是用 Page、App、Component 创建的函数。 这个后续版本会优化么?会的话,大概什么版本能出来? |
@yantingxi 这个还没想好怎么做,目前的版本是基于 ast 转换 + 运行时装饰器配合起来运行才能转换,实现传递一个对象的不经过 ast 的话需要重构一下 ast 转换部分 + 运行时装饰器部分 + 小程序运行时框架才能做到。 还得想一下有没有更好的办法。 |
代码片段
报错信息:
The text was updated successfully, but these errors were encountered: