👾Rtl Layout
To make RTL layout in the theme change value in "./src/layout/main.vue".
```vue
document.body.setAttribute("data-pc-direction", "rtl");
```
Last updated
To make RTL layout in the theme change value in "./src/layout/main.vue".
```vue
document.body.setAttribute("data-pc-direction", "rtl");
```
Last updated