Open webineh opened 7 years ago
eh..sorry, what's the full name of rtl?
support right to left languages like persian , in rtl side menu in left change to right side
Sorry, vue admin does not support rtl yet. Will implement later. Thanks!
@vahidalvandi i have a solution for you just install this with npm https://github.com/vkalinichev/postcss-rtl and add to your build/vue-loader.conf.js the following code :
postcss: [
require('autoprefixer')({
browsers: ['last 3 versions']
}),
require('postcss-rtl')() --> add this line
]
and to your index.html
that's it enjoy.
hello do vue admin support rtl ?