We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
fix: 解决vue转换带有双花括号的时候报错的问题(thx#229 thx#214 thx#223)
6dab139
No branches or pull requests
当 alert({query:{skipId:0}}) 和 {{aa}} 同时存在,就会出错;
当 改为 alert({query:{skipId:0} }) ,可以正常转换;
当 删除 {{aa}} 也可以正常转换;
怀疑是 "}}" 的匹配判断出了问题。
The text was updated successfully, but these errors were encountered: