Skip to content

Commit c351505

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 067c76f + 654e5f1 commit c351505

File tree

3 files changed

+29
-15
lines changed

3 files changed

+29
-15
lines changed

Diff for: BACKERS.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
2929
</a>
3030
</td>
3131
<td align="center" valign="middle">
32-
<a href="https://xiaozhuanlan.com" target="_blank">
33-
<img width="222px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/xiaozhuanlan.png">
32+
<a href="https://www.bmqb.com/jobs" target="_blank">
33+
<img width="222px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/bmqb.png">
3434
</a>
3535
</td>
3636
</tr><tr></tr>
@@ -139,11 +139,6 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
139139
</td>
140140
</tr><tr></tr>
141141
<tr>
142-
<td align="center" valign="middle">
143-
<a href="https://www.bmqb.com/jobs" target="_blank">
144-
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/bmqb.png">
145-
</a>
146-
</td>
147142
<td align="center" valign="middle">
148143
<a href="https://codepilot.ai" target="_blank">
149144
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/codepilot.png">
@@ -169,6 +164,18 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
169164
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/valuecoders.png">
170165
</a>
171166
</td>
167+
<td align="center" valign="middle">
168+
<a href="https://www.nsoft.com/careers/" target="_blank">
169+
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/nsoft.png">
170+
</a>
171+
</td>
172+
</tr><tr></tr>
173+
<tr>
174+
<td align="center" valign="middle">
175+
<a href="https://www.pubnub.com/vue-js/" target="_blank">
176+
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/pubnub.png">
177+
</a>
178+
</td>
172179
</tr><tr></tr>
173180
</tbody>
174181
</table>

Diff for: README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
3939
</a>
4040
</td>
4141
<td align="center" valign="middle">
42-
<a href="https://xiaozhuanlan.com" target="_blank">
43-
<img width="222px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/xiaozhuanlan.png">
42+
<a href="https://www.bmqb.com/jobs" target="_blank">
43+
<img width="222px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/bmqb.png">
4444
</a>
4545
</td>
4646
</tr><tr></tr>
@@ -146,11 +146,6 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
146146
</td>
147147
</tr><tr></tr>
148148
<tr>
149-
<td align="center" valign="middle">
150-
<a href="https://www.bmqb.com/jobs" target="_blank">
151-
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/bmqb.png">
152-
</a>
153-
</td>
154149
<td align="center" valign="middle">
155150
<a href="https://codepilot.ai" target="_blank">
156151
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/codepilot.png">
@@ -176,6 +171,18 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
176171
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/valuecoders.png">
177172
</a>
178173
</td>
174+
<td align="center" valign="middle">
175+
<a href="https://www.nsoft.com/careers/" target="_blank">
176+
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/nsoft.png">
177+
</a>
178+
</td>
179+
</tr><tr></tr>
180+
<tr>
181+
<td align="center" valign="middle">
182+
<a href="https://www.pubnub.com/vue-js/" target="_blank">
183+
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/pubnub.png">
184+
</a>
185+
</td>
179186
</tr><tr></tr>
180187
</tbody>
181188
</table>

Diff for: flow/compiler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ declare type ASTText = {
173173

174174
// SFC-parser related declarations
175175

176-
// an object format describing a single-file component.
176+
// an object format describing a single-file component
177177
declare type SFCDescriptor = {
178178
template: ?SFCBlock;
179179
script: ?SFCBlock;

0 commit comments

Comments
 (0)