Closed zshahab91 closed 6 years ago
Hi @zshahab91,
Just add htmlAttrs attribute at nuxt.config.js before title, like code below :
// nuxt.config.js
head: {
htmlAttrs: {
dir: 'rtl'
},
title: 'Nuxt CoreUI',
...
}
Thank you
@muhibbudins thanks a lot
@zshahab91 ur welcome 👍
Rtl mode is not working correctly. The page crashes when I try to close the sidebar.
It also has a bug in mobile mode
how to set dir rtl in tag html in app.template.html for rtl support