Skip to content

Commit 7e24d76

Browse files
authored
change getUserRepositories to responsibility vuejs#1
1 parent 4b1552e commit 7e24d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
methods: {
3636
getUserRepositories () {
3737
// using `this.user` to fetch user repositories
38-
}, // 2
38+
}, // 1
3939
updateFilters () { ... }, // 3
4040
},
4141
mounted () {

0 commit comments

Comments
 (0)