Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c5a10b

Browse files
committed
Load recent users form API
1 parent7a34783 commit8c5a10b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/js/front.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ new Vue({
2323
}
2424
},
2525
created:function(){
26-
// https://api.github.com/events
27-
this.$http.get('/data/events.json').then(response=>{
26+
this.$http.get('https://api.github.com/events').then(response=>{
2827
this.events=response.body;
2928
});
3029
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp