🚸 Make menu button toggle settings

This commit is contained in:
2022-05-19 23:31:12 +02:00
parent 4150766483
commit fde5a07ddf
3 changed files with 21 additions and 2 deletions

View File

@ -2,6 +2,8 @@ import { computed } from "@vue/reactivity";
import { ref, watch } from "vue";
import router from "./router";
export const lastRoute = ref();
export const substitutionFilter = ref(
localStorage.getItem("substitutionFilter") || "all"
);