Subscribe on changes!

SFC parse stuck on incomplete style variable injection expression

avatar
May 28th 2022

Vue version

3.2.36

Link to minimal reproduction

https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHN0eWxlIHNjb3BlZD5cbmxhYmVsIHtcbiAgZm9udC13ZWlnaHQ6IHYtYmluZChcImNvdW50LnRvU3RyaW5nKFwiKTtcbiAgZm9udC13ZWlnaHQ6IHYtYmluZCh4eHgpO1xufVxuPC9zdHlsZT5cbiIsImltcG9ydC1tYXAuanNvbiI6IntcbiAgXCJpbXBvcnRzXCI6IHtcbiAgICBcInZ1ZVwiOiBcImh0dHBzOi8vdW5wa2cuY29tL0B2dWUvcnVudGltZS1kb21AMy4yLjM2L2Rpc3QvcnVudGltZS1kb20uZXNtLWJyb3dzZXIuanNcIixcbiAgICBcInZ1ZS9zZXJ2ZXItcmVuZGVyZXJcIjogXCJodHRwczovL3VucGtnLmNvbS9AdnVlL3NlcnZlci1yZW5kZXJlckAzLjIuMzYvZGlzdC9zZXJ2ZXItcmVuZGVyZXIuZXNtLWJyb3dzZXIuanNcIlxuICB9XG59In0=

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