diff --git a/src/stores/socket.ts b/src/stores/socket.ts index 954808a..376dfe2 100644 --- a/src/stores/socket.ts +++ b/src/stores/socket.ts @@ -1,3 +1,9 @@ +/** + * Resources: + * https://runthatline.com/pinia-watch-state-getters-inside-vue-components/ + * https://pinia.vuejs.org/ + */ + import { defineStore } from 'pinia'; import { io, Socket } from 'socket.io-client'; import config from '@/config';