[+] Add dark mode switch
This commit is contained in:
@@ -48,6 +48,9 @@ export default class App extends Vue
|
||||
// Static page
|
||||
staticPage: string = '';
|
||||
|
||||
// Dark mode
|
||||
darkMode: boolean = false;
|
||||
|
||||
/**
|
||||
* This is called when the instance is created.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user