initial websocket setup

This commit is contained in:
Tim Olson
2023-08-28 20:29:56 -04:00
parent 054fe2cfa9
commit 274e1dfd7e
8 changed files with 123 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ export const useStore = defineStore('app', {
},
errors: [],
extraTokens: {},
vault: null,
}),
getters: {
tokens: (s)=>{