feat: time machine and time travel flow draft 1
This commit is contained in:
parent
c85debba56
commit
6e14d26ee4
7 changed files with 217 additions and 88 deletions
|
|
@ -12,7 +12,7 @@
|
|||
export default {
|
||||
computed: {
|
||||
unlocked() {
|
||||
return this.$store.state.processes.filter((p) => p.unlocked && p.created)
|
||||
return this.$store.state.processes.filter((p) => p.visited && p.created)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue