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
bindtap="{{true ? 'xxx' : 'yyy'}}" // success
bindtap="{{(true) ? 'xxx' : 'yyy'}}" // error
The text was updated successfully, but these errors were encountered:
https://github.com/lp0124/mpx/commit/c31588c4a8aaf28f1ce94a9f2efe8a156f37c618
Sorry, something went wrong.
fix funcRE #1628
5750cf8
感谢反馈,考虑到一些更复杂的插值形式拓展了一下正则,跟随最近版本发布
No branches or pull requests
The text was updated successfully, but these errors were encountered: