Closed cstephen closed 7 years ago
I also checked to see if we could use just:
this.$router.replace('/')
... in place of our existing "reset" system of $emit
s, function calls, and manually resetting default values. I would have thought that simply navigating back to "/" would automatically reset the values to default, but it doesn't. So, all of the old reset code still seems necessary in addition to this.$router.replace('/')
.
This fixes #29.
…s clicked.