add hidden shortcut to clear localStorage

-
click the "general" button in the settings page 3 times
-
This commit is contained in:
geoffrey45
2022-09-11 04:04:42 +03:00
parent 96019a4c81
commit a6819a01d6
6 changed files with 27 additions and 12 deletions
-1
View File
@@ -7,5 +7,4 @@ const isSmall = computed(() => {
return content_width.value < 700;
});
console.log(content_width);
export { content_width, isSmall };