test work in progress
This commit is contained in:
4
src/state/entry.ts
Normal file
4
src/state/entry.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Entry, localStorageKey, parseFromPossibleString } from "@/data/entries";
|
||||
import { Ref, ref } from "vue";
|
||||
|
||||
export const entries: Ref<Entry[]> = ref(parseFromPossibleString(localStorage.getItem(localStorageKey)))
|
||||
Reference in New Issue
Block a user