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
VM114:1 ./page/component/pages/all/index.wxml unexpected character " 2 | 3 | <canvas style="width: 400px; height: 500px;border:1px;position:absolute;top:0px;left:0px; border:1px solid black;"
"
4 | canvas-id="circle" disable-scroll=true bindtouchstart="bindtouchstart" bindtouchmove="bindtouchmove" bindtouchend="bindtouchend" bindtap="bindtap" bindlongpress="bindlongpress"> | ^ 5 | at files://page/component/pages/all/index.wxml#4
发现是disable-scroll=true 导致的,删除它错误消失。
The text was updated successfully, but these errors were encountered:
请改成:disable-scroll="true"
Sorry, something went wrong.
全局替换成disable-scroll="true"就行了
No branches or pull requests
VM114:1 ./page/component/pages/all/index.wxml
unexpected character
"
2 |
3 | <canvas style="width: 400px; height: 500px;border:1px;position:absolute;top:0px;left:0px; border:1px solid black;"
发现是disable-scroll=true 导致的,删除它错误消失。
The text was updated successfully, but these errors were encountered: