Skip to content

Commit 72a229d

Browse files
re-fortkazupon
authored andcommitted
Fixed some formats (vuejs#406)
* Fixed some formats * Update date
1 parent 2c9618c commit 72a229d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/support-vuejs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Vue.js は MIT ライセンスのオープンソース・プロジェクトで
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: テンプレート構文
3-
updated: 2017-09-03
3+
updated: 2017-10-14
44
type: guide
55
order: 4
66
---
@@ -115,7 +115,7 @@ Mustache は、HTML 属性の内部で使用することはできません。代
115115
<form v-on:submit.prevent="onSubmit"></form>
116116
```
117117

118-
これらの機能を調べるとき、この後、[`v-on`](https://jp.vuejs.org/v2/guide/events.html#イベント修飾子)[`v-model`](https://jp.vuejs.org/v2/guide/forms.html#修飾子)については、修飾子の他の例を見るでしょう。
118+
これらの機能を調べるとき、この後、[`v-on`](events.html#イベント修飾子)[`v-model`](forms.html#修飾子)については、修飾子の他の例を見るでしょう。
119119

120120
## 省略記法
121121

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)