how to change direction on metronic vue to rtl
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";