ua-snap / financial-framework-tool

UA Financial Framework Visualization Tool
2 stars 0 forks source link

Reset URL in both address bar and "Share URL" box when reset button i… #45

Closed cstephen closed 7 years ago

cstephen commented 7 years ago

…s clicked.

cstephen commented 7 years ago

I also checked to see if we could use just:

this.$router.replace('/')

... in place of our existing "reset" system of $emits, 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('/').

cstephen commented 7 years ago

This fixes #29.