mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
feat:#60 format, lint and fix build
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { defineStore } from "pinia";
|
||||
import { useLocalStorage } from "@vueuse/core"
|
||||
import { useLocalStorage } from "@vueuse/core";
|
||||
|
||||
const localeStore = defineStore("localeStore", {
|
||||
state: () => {
|
||||
return {
|
||||
locale: useLocalStorage('locale', "en"), //useLocalStorage takes in a key of 'count' and default value of 0
|
||||
locale: useLocalStorage("locale", "en"), //useLocalStorage takes in a key of 'count' and default value of 0
|
||||
};
|
||||
},
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user