-
Notifications
You must be signed in to change notification settings - Fork 281
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
代码转化问题 #161
Comments
第一个和第三个貌似已经解决,,第二个貌似解决了,,忘了,待测。 |
第二个在2.2.6版试下了,还是会有 <template wx:else is="flight"></template> 转化后 <block name="flight" v-if="false" v-else></block> |
收到,我先记录一下,下版改进
张鹏
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年12月20日(星期三) 中午12:11
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [zhangdaren/miniprogram-to-uniapp] 代码转化问题 (Issue #161)
第二个在2.2.6版试下了,还是会有
转化前
<template wx:else is="flight"></template>
转化后
<block name="flight" v-if="false" v-else></block>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
以下问题仅限个人转化自己项目中遇到的情况, 并非泛指所有。
转换1
原代码:
转化后的代码:
貌似所有遇到 000 这样的字符都会被处理成这样。
转换2
原代码:
转化后的代码:
会多一个 if判断
转换3
原代码:
转化后:
The text was updated successfully, but these errors were encountered: