mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add composable to read localstorage
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function readLocalStorage(key: string) {
|
||||
return JSON.parse(localStorage.getItem(key));
|
||||
}
|
||||
Reference in New Issue
Block a user