Skip to content

Commit 3a71901

Browse files
authored
docs(team): add antfu (#2719)
1 parent 5b2da5d commit 3a71901

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/v2/guide/team.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,17 @@ order: 803
634634
reposPersonal: [
635635
'vuex-orm/*'
636636
]
637-
}
637+
},
638+
{
639+
name: 'Anthony Fu',
640+
city: 'Taipei, Taiwan',
641+
languages: ['zh', 'en'],
642+
github: 'antfu',
643+
twitter: 'antfu7',
644+
reposOfficial: ['composition-api'],
645+
reposPersonal: ['vueuse', 'vue-demi', 'vue-reactivity/*'],
646+
links: ['https://antfu.me/']
647+
}
638648
]))
639649

640650
var emeriti = shuffle([

0 commit comments

Comments
 (0)