vuejs / vetur

Vue tooling for VS Code.

Home Page:https://vuejs.github.io/vetur/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

highlight does not work because of a space

Tank-un opened this issue · comments

commented

Info

  • Platform: Win
  • Vetur version: v0.36.1
  • VS Code version: 1.73

I don't think this problem has anything to do with the version

Problem

image

Reproducible Case

<el-form ref="form" :model="form" label-width="80px"></el-form>
<el-form ref="form" :model= "form" label-width="80px"></el-form>