Closed
Description
Environment
Vuetify Version: 1.5.18
Vue Version: 2.6.10
Browsers: Google Chrome, Mozilla Firefox, Safari, Microsoft Edge, Internet Explorer, Opera
OS: Linux, Mac OSX, iOS, Android, Windows
Steps to reproduce
Create a card with elevation 0
Expected Behavior
Card with elevation 0 (flat)
Actual Behavior
Card with default elevation
Reproduction Link
https://codepen.io/fernando_franco/pen/RwbzZxP
Other comments
Change line 15 in https://github.com/vuetifyjs/vuetify/blob/v1.5.18/packages/vuetify/src/mixins/elevatable.ts to:
if (!this.computedElevation && this.computedElevation !== 0) return {}