RTL Version
RTL Setup
RTL
To make the default RTL version just follow the below steps.
1. Uncomment files in the file.
src/assets/scss/app.scss
file.
// @import "rtl/components-rtl";
// @import "rtl/layouts-rtl";
// @import "rtl/pages-rtl";
// @import "rtl/plugins-rtl";
2. Also you need to uncomment below code in mounted() in src/layouts/main.vue
file.
// document.querySelector("html").setAttribute('dir', 'rtl');