🌑Light & Dark Layout
To make a Light / dark layout in the theme change value in "./src/layout/main.vue".
To make Dark Layout in the theme change given below
```vue
document.documentElement.setAttribute("data-pc-mode", "dark");
```
Last updated
To make a Light / dark layout in the theme change value in "./src/layout/main.vue".
To make Dark Layout in the theme change given below
```vue
document.documentElement.setAttribute("data-pc-mode", "dark");
```
Last updated