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 b161057 commit 880e1c6Copy full SHA for 880e1c6
src/components/user/content.vue
@@ -45,7 +45,6 @@ export default {
45
.get(apiurl('/account/' + this.$route.params.id))
46
.then(res => {
47
let data = res.data.res;
48
- console.log(data);
49
this.username = data.username;
50
this.email = data.email;
51
this.introduction = data.introduction;
0 commit comments