in vue js cant use dark /light mode in same time?
Hi,
It is not quite easy to implement the dynamic dark mode switcher now since dark and light mode styles are located inside different style files. We have plans to implement it in upcoming Metronic releases.
To implement it now, you will need to wrap all dark mode styles with some class and then add and disable this class for body tag when the user clicks a switch button.