forked from noxious/client
added resources
This commit is contained in:
parent
b16863a363
commit
1a5b5e92d4
@ -1,3 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* Resources:
|
||||||
|
* https://runthatline.com/pinia-watch-state-getters-inside-vue-components/
|
||||||
|
* https://pinia.vuejs.org/
|
||||||
|
*/
|
||||||
|
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import { io, Socket } from 'socket.io-client';
|
import { io, Socket } from 'socket.io-client';
|
||||||
import config from '@/config';
|
import config from '@/config';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user