SFC parse stuck on incomplete style variable injection expression
Vue version
3.2.36
Link to minimal reproduction
Steps to reproduce
Open the minimal reproduction link, or paste below code to SFC playground.
<style scoped>
label {
font-weight: v-bind("count.toString(");
font-weight: v-bind(xxx);
}
</style>
What is expected?
Playground will not stuck, or report compile failed error.
What is actually happening?
SFC playground got stuck.
System Info
No response
Any additional comments?
No response