added economy-graph

This commit is contained in:
cnachtigall1991
2021-10-19 12:40:17 +02:00
parent bb3da7d3c4
commit f9391bfa10
8 changed files with 124 additions and 61 deletions

View File

@@ -377,10 +377,10 @@ export default {
)
onBeforeUnmount(() => {
store.commit({
type: 'changeId64',
data: store.state.playerDetails.steamid64
})
// store.commit({
// type: 'changeId64',
// id: store.state.playerDetails.steamid64
// })
store.commit('resetPlayerDetails')
})