👾Rtl Layout

To make RTL layout in the theme change value in "./src/layout/main.vue".

```vue
document.body.setAttribute("data-pc-direction", "rtl");
```

our default theme layout is LTR

Last updated