We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
latest
No response
<script setup lang="ts"> type IType = Record<string,string> </script> <template> <div id='app'> <div class="list1" fw600 font-size-10 color-red> <div class="item" mb-5>item1</div> <div class="item" mb-5>item2</div> <div class="item" mb-5>item3</div> </div> <div class="list2"> <div class="item">item1</div> <div class="item">item2</div> <div class="item">item3</div> </div> <i fw-500 font-size-6>list2的样式写在了Custom css中</i> <br /> <i fw-500 font-size-6>注释掉 config 中important:'#app',list2的样式才会生效</i> </div> </template> <style scoped> /* Write custom CSS here, and transformer support. For example: */ .list2 { @apply fw600 font-size-10 color-red; } .list2 > .item { @apply mb-5; } </style>
when setup last with type xxx, will lead to highlight collapse
The text was updated successfully, but these errors were encountered:
Duplicate of #2060
Sorry, something went wrong.
No branches or pull requests
Vue - Official extension or vue-tsc version
latest
VSCode version
latest
Vue version
latest
TypeScript version
latest
System Info
No response
Steps to reproduce
code
What is expected?
when setup last with type xxx, will lead to highlight collapse
What is actually happening?
when setup last with type xxx, will lead to highlight collapse
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: