Skip to content

Commit c027cbc

Browse files
committed
Merge branch 'master' of https://github.com/vuejs/docs into vuejs-master
2 parents 8e73711 + 0ed95f5 commit c027cbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+550
-490
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
import { shuffle } from 'lodash'
22

33
export default shuffle([
4+
{
5+
name: 'Sarah Drasner',
6+
city: 'Denver, CO, USA',
7+
languages: ['en'],
8+
work: {
9+
role: 'Director of Engineering, Core Developer Web',
10+
org: 'Google',
11+
orgUrl: 'https://google.com',
12+
},
13+
github: 'sdras',
14+
twitter: 'sarah_edo',
15+
codepen: 'sdras',
16+
reposOfficial: ['vuejs.org'],
17+
reposPersonal: [
18+
'vue-vscode-snippets',
19+
'intro-to-vue',
20+
'vue-vscode-extensionpack',
21+
'ecommerce-netlify',
22+
],
23+
links: ['https://sarah.dev/'],
24+
},
425
{
526
name: 'Chris Fritz',
627
title: 'Good Word Putter-Togetherer',
@@ -9,11 +30,9 @@ export default shuffle([
930
github: 'chrisvfritz',
1031
twitter: 'chrisvfritz',
1132
work: {
12-
role: 'Educator & Consultant'
33+
role: 'Educator & Consultant',
1334
},
14-
reposPersonal: [
15-
'vue-enterprise-boilerplate'
16-
]
35+
reposPersonal: ['vue-enterprise-boilerplate'],
1736
},
1837
{
1938
name: 'Blake Newman',
@@ -23,10 +42,10 @@ export default shuffle([
2342
work: {
2443
role: 'Software Engineer',
2544
org: 'Attest',
26-
orgUrl: 'https://www.askattest.com/'
45+
orgUrl: 'https://www.askattest.com/',
2746
},
2847
github: 'blake-newman',
29-
twitter: 'blakenewman'
48+
twitter: 'blakenewman',
3049
},
3150
{
3251
name: 'kingwl',
@@ -36,12 +55,10 @@ export default shuffle([
3655
work: {
3756
role: 'Software Development Engineer',
3857
org: 'Chaitin',
39-
orgUrl: 'https://chaitin.cn/'
58+
orgUrl: 'https://chaitin.cn/',
4059
},
4160
github: 'kingwl',
42-
reposOfficial: [
43-
'vue'
44-
]
61+
reposOfficial: ['vue'],
4562
},
4663
{
4764
name: 'Alan Song',
@@ -51,12 +68,10 @@ export default shuffle([
5168
work: {
5269
role: 'Cofounder',
5370
org: 'Futurenda',
54-
orgUrl: 'https://www.futurenda.com/'
71+
orgUrl: 'https://www.futurenda.com/',
5572
},
5673
github: 'fnlctrl',
57-
reposOfficial: [
58-
'vue-router'
59-
]
74+
reposOfficial: ['vue-router'],
6075
},
6176
{
6277
name: 'defcc',
@@ -66,8 +81,8 @@ export default shuffle([
6681
github: 'defcc',
6782
work: {
6883
org: 'zbj.com',
69-
orgUrl: 'http://www.zbj.com/'
70-
}
84+
orgUrl: 'http://www.zbj.com/',
85+
},
7186
},
7287
{
7388
name: 'gebilaoxiong',
@@ -77,8 +92,8 @@ export default shuffle([
7792
github: 'gebilaoxiong',
7893
work: {
7994
org: 'zbj.com',
80-
orgUrl: 'http://www.zbj.com/'
81-
}
95+
orgUrl: 'http://www.zbj.com/',
96+
},
8297
},
8398
{
8499
name: 'Denis Karabaza',
@@ -90,8 +105,8 @@ export default shuffle([
90105
work: {
91106
role: 'Software Engineer',
92107
org: 'Neolant',
93-
orgUrl: 'http://neolant.ru/'
94-
}
108+
orgUrl: 'http://neolant.ru/',
109+
},
95110
},
96111
{
97112
name: 'Edd Yerburgh',
@@ -101,16 +116,10 @@ export default shuffle([
101116
github: 'eddyerburgh',
102117
twitter: 'EddYerburgh',
103118
work: {
104-
role: 'Full Stack Developer'
119+
role: 'Full Stack Developer',
105120
},
106-
reposOfficial: [
107-
'vue-test-utils'
108-
],
109-
reposPersonal: [
110-
'avoriaz'
111-
],
112-
links: [
113-
'https://www.eddyerburgh.me'
114-
]
115-
}
121+
reposOfficial: ['vue-test-utils'],
122+
reposPersonal: ['avoriaz'],
123+
links: ['https://www.eddyerburgh.me'],
124+
},
116125
])

0 commit comments

Comments
 (0)