Skip to content

Commit cb0ce5c

Browse files
Jinjiangchrisvfritz
authored andcommitted
Fixed some formats (#1165)
1 parent 58c41d3 commit cb0ce5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/support-vuejs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ However, the amount of effort needed to maintain and develop new features for th
5757
</a><a href="http://www.frontenddevelopermeetups.com/" target="_blank" style="width: 120px;">
5858
<img src="/images/frontend-meetups.png" style="width: 120px;">
5959
</a><a href="https://onsen.io/vue/" target="_blank" style="width: 125px;">
60-
<img src="/images/onsen-ui.png" style="width: 125px">
60+
<img src="/images/onsen-ui.png" style="width: 125px;">
6161
</a>
6262
</p>
6363

src/v2/guide/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Modifiers are special postfixes denoted by a dot, which indicate that a directiv
116116
<form v-on:submit.prevent="onSubmit"></form>
117117
```
118118

119-
You'll see other examples of modifiers later, [for `v-on`](https://vuejs.org/v2/guide/events.html#Event-Modifiers) and [for `v-model`](https://vuejs.org/v2/guide/forms.html#Modifiers), when we explore those features.
119+
You'll see other examples of modifiers later, [for `v-on`](events.html#Event-Modifiers) and [for `v-model`](forms.html#Modifiers), when we explore those features.
120120

121121
## Shorthands
122122

themes/vue/layout/partials/sponsors.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<img src="<%- url_for("/images/frontend-meetups.png") %>" style="width: 100px">
4949
</a>
5050
<a href="https://onsen.io/vue/" target="_blank" style="width: 105px;">
51-
<img src="<%- url_for("/images/onsen-ui.png") %>" style="width: 105px">
51+
<img src="<%- url_for("/images/onsen-ui.png") %>" style="width: 105px;">
5252
</a>
5353
<br>
5454

0 commit comments

Comments
 (0)