updated frontend from typescript to javascript

This commit is contained in:
cnachtigall1991
2021-10-05 00:16:20 +02:00
parent 27edfd0cfe
commit 886f182ff2
41 changed files with 1183 additions and 28 deletions

View File

@@ -2,6 +2,8 @@ import { createStore } from 'vuex'
export default createStore({
state: {
id64: '',
vanityUrl: ''
},
mutations: {
},