@@ -64,6 +64,9 @@ export default {
},
computed: {
...mapState(['user']),
+ token() {
+ return this.$route.query.token;
+ },
watch: {
token: {