vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v-checkbox] missing density check

Flamenco opened this issue · comments

Old syntax is not flagged.

old

 <v-checkbox  dense/>

new

 <v-checkbox  density="compact"/>