What is the correct way to add dark/light mode toggle in Vue?
Hi,
If you are using the latest version of Metornic then a dark/light switch must be implemented by default.
You can check our demo1 preview page, the switch button is located in header toolbar.
https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboard
Check switch implementation example in file vue/demo1/src/layout/theme-mode/ThemeModeSwitcher.vue.