Skip to content

Commit

Permalink
import { useStorage } from "@vueuse/core"
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Apr 9, 2024
1 parent c8156a1 commit dd43552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stores/cloud.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { useStorage } from "@vueuse/core"

export const use_cloud_store = defineStore("cloud", {
state: () => ({
ID: useStorage("ID", ""),
Expand Down

0 comments on commit dd43552

Please sign in to comment.