fix(sidebar): devStore 属性变更持久化

This commit is contained in:
BTMuli
2023-03-09 19:51:22 +08:00
parent e1c4dd4082
commit 4dfdae63af

View File

@@ -92,6 +92,7 @@ function magicClick() {
devStore.magicCount++; devStore.magicCount++;
if (devStore.magicCount >= 10) { if (devStore.magicCount >= 10) {
showDev.value = true; showDev.value = true;
devStore.showDev = true;
} }
} }
} }