From 34b90d3ea7898dc9b401844498f9686faceacf09 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 4 Oct 2020 16:45:31 +0800 Subject: [PATCH 1/3] docs(team): add antfu Nice to meet you ;) --- src/.vuepress/components/community/team/members.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/.vuepress/components/community/team/members.js b/src/.vuepress/components/community/team/members.js index 65f1fa5095..cc4a3c77a9 100644 --- a/src/.vuepress/components/community/team/members.js +++ b/src/.vuepress/components/community/team/members.js @@ -299,6 +299,15 @@ 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: ['antfu/vueuse', 'antfu/vue-demi', 'vue-reactivity/*'] } ]) ) From c5bdcd20c7fc14037ab9d7d26358b0c11ad438f3 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 4 Oct 2020 17:18:27 +0800 Subject: [PATCH 2/3] Update members.js --- src/.vuepress/components/community/team/members.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/components/community/team/members.js b/src/.vuepress/components/community/team/members.js index cc4a3c77a9..40a1ad1b2e 100644 --- a/src/.vuepress/components/community/team/members.js +++ b/src/.vuepress/components/community/team/members.js @@ -307,7 +307,8 @@ const members = [ github: 'antfu', twitter: 'antfu7', reposOfficial: ['composition-api'], - reposPersonal: ['antfu/vueuse', 'antfu/vue-demi', 'vue-reactivity/*'] + reposPersonal: ['antfu/vueuse', 'antfu/vue-demi', 'vue-reactivity/*'], + links: ['https://antfu.me/'] } ]) ) From f16c52ad72a4a0cd0417454ef426832fddb4f4fe Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 4 Oct 2020 17:21:19 +0800 Subject: [PATCH 3/3] Update members.js --- src/.vuepress/components/community/team/members.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/components/community/team/members.js b/src/.vuepress/components/community/team/members.js index 40a1ad1b2e..36520a7c41 100644 --- a/src/.vuepress/components/community/team/members.js +++ b/src/.vuepress/components/community/team/members.js @@ -307,7 +307,7 @@ const members = [ github: 'antfu', twitter: 'antfu7', reposOfficial: ['composition-api'], - reposPersonal: ['antfu/vueuse', 'antfu/vue-demi', 'vue-reactivity/*'], + reposPersonal: ['vueuse', 'vue-demi', 'vue-reactivity/*'], links: ['https://antfu.me/'] } ])