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
{ "editor.formatOnSave": true, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "minapp-vscode.wxmlFormatter": "prettier", "minapp-vscode.prettier": { "parser": "html", "useTabs": false, "tabWidth": 2, "printWidth": 120, "singleQuote": false, "jsxBracketSameLine": true }, "files.associations": { "*.wxml": "wxml", "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript" } }
<!-- xx.html/xx.wxml 展开 --> <view class="hotAct-top" style="background-color:{{ hotInit.back_color ? hotInit.back_color : '#fe6647' }}; background: url('{{hotInit.top_img}}') no-repeat top left/ 100% 550rpx;z-index:100" > <view>一些文字</view> <view>一些文字</view> </view> <!-- xx.html 折叠 --> <view> </view> <!-- xx.wxml 折叠:预期能与xx.html折叠效果一致 --> <view > <view>一些文字</view> <view>一些文字</view> </view>
The text was updated successfully, but these errors were encountered:
@Akiq2016 抱歉,没太明白你的问题,请问现在问题依然存在吗?是否已解决
Sorry, something went wrong.
No branches or pull requests
.vscode/settings.json 配置
问题及预期表现
The text was updated successfully, but these errors were encountered: