We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8b51c commit d18e8a2Copy full SHA for d18e8a2
vue/src/views/Snapshot.vue
@@ -68,7 +68,7 @@ export default {
68
async created() {
69
const hash = this.$route.params.hash;
70
const result = await this.getSnapshot(hash);
71
- console.log(result);
+ return result;
72
}
73
};
74
</script>
0 commit comments