From 1a5b5e92d4057a521436202388967df21ba20da7 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 4 May 2024 01:00:51 +0200 Subject: [PATCH] added resources --- src/stores/socket.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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';