We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e879c72 commit f19222dCopy full SHA for f19222d
1 file changed
composables/useLanyard.ts
@@ -1,4 +1,4 @@
1
-import { ref } from "vue";
+import { ref, watch } from "vue";
2
import { useLanyardStore } from "~/store/LanyardStore";
3
4
export const useLanyard = () => {
0 commit comments