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 5b2da5d commit 3a71901Copy full SHA for 3a71901
src/v2/guide/team.md
@@ -634,7 +634,17 @@ order: 803
634
reposPersonal: [
635
'vuex-orm/*'
636
]
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
+ }
648
]))
649
650
var emeriti = shuffle([
0 commit comments