edit: theme switch button, réglages couleurs & minor bug fix

This commit is contained in:
2026-03-22 05:14:51 +01:00
parent 460f7f637d
commit 4bf142a752
7 changed files with 151 additions and 5 deletions
+1 -1
View File
@@ -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!");
}
};