Dark Version

Vuejs

In order to have light mode enabled, upadte the below changes in the main.js file line no 37.

import "../src/design/app-dark.scss";

Laravel-vue

In order to have dark mode enabled, add below lines

$css_file = "css/app-dark.css";
files in the /resources/views/layouts/app.blade.php file.
© Themesbrand.
Crafted with by Themesbrand