Commit 239ae41a authored by chenqikuai's avatar chenqikuai

fix

parent ffecc817
......@@ -11,6 +11,11 @@ export default Vue.extend({
loading: false,
};
},
watch: {
"$route.query.hash"() {
this.init();
},
},
mounted() {
this.init();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment