how to change direction on metronic8 vue to rtl
how to change direction on metronic vue to rtl
Replies (1)
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Hi,
RTL webpack script was removed in Metronic V8.1.6, to get RTL styles now you can reuse webpack or gulp script from our HTML version. https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl.
Then you can manually copy the RTL file from the HTML version into the assets folder and import this file in src/App.vue.
@import "assets/style.bundle.rtl.css"; For dynamic switch implementation in current Metronic version, you can check out comments in this post.
Regards,
Lauris Stepanovs,
Keenthemes Support Team