vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify
Other
120 stars 22 forks source link

[v-overlay] missing attribute "opacity" #89

Closed michael-roth closed 4 months ago

michael-roth commented 4 months ago

The v-overlay component does not know the opacity attribute.

I get the error message "ESLint: 'opacity' has been removed(vuetify/no-deprecated-props)".

It was added in https://github.com/vuetifyjs/vuetify/issues/19182 though and is included in the API docs: https://dev.vuetifyjs.com/en/api/v-overlay/#props-opacity

eslint-plugin-vuetify: v2.1.1 vuetify: v3.5.3

image

KaelWD commented 4 months ago

850778f8