Vuetify Version: 2.0.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 10
Using v-navigation-drawer while rtl is true
drawer in the right side
drawer in the left side
@abdumuslim @jacekkarczmarczyk I fixed this issues locally after testing i will open a PR
@abdumuslim to fix the issue you need to add just a :right="$vuetify.rtl"
example:
https://codepen.io/dev0x0/pen/RwbaeXK
This is not considered a bug at the moment. Moving to a feature request.
This slipped v2.2, moving to v2.3.
i made it work through setting drawer right property to true
https://vuetifyjs.com/en/components/navigation-drawers/
Most helpful comment
@abdumuslim to fix the issue you need to add just a
:right="$vuetify.rtl"example:
https://codepen.io/dev0x0/pen/RwbaeXK