diff --git a/src/.vuepress/components/community/team/members.js b/src/.vuepress/components/community/team/members.js index 65f1fa5095..36520a7c41 100644 --- a/src/.vuepress/components/community/team/members.js +++ b/src/.vuepress/components/community/team/members.js @@ -299,6 +299,16 @@ const members = [ twitter: 'KiaKing85', reposOfficial: ['vuex'], reposPersonal: ['vuex-orm/*'] + }, + { + name: 'Anthony Fu', + city: 'Taipei, Taiwan', + languages: ['zh', 'en'], + github: 'antfu', + twitter: 'antfu7', + reposOfficial: ['composition-api'], + reposPersonal: ['vueuse', 'vue-demi', 'vue-reactivity/*'], + links: ['https://antfu.me/'] } ]) )