edit: theme switch button, réglages couleurs & minor bug fix
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
export default {
|
||||
name : 'App',
|
||||
mounted(){
|
||||
document.documentElement.setAttribute("data-theme", "light");
|
||||
document.documentElement.setAttribute("data-theme", "light")
|
||||
console.log("Vue root app is fully loaded!");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user