🐛 (flux) listen to click day 1

This commit is contained in:
2021-03-24 21:33:21 +01:00
parent e199c68d68
commit 55faf04d4f
5 changed files with 32 additions and 12 deletions

View File

@@ -32,6 +32,9 @@ export const useUserRepoStore = defineStore({
resetUserRepo() {
this.user = ''
this.repo = ''
this.resetFiles()
},
resetFiles() {
this.files = []
this.readme = null
}