File tree 3 files changed +4
-4
lines changed
themes/vue/layout/partials
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Vue.js は MIT ライセンスのオープンソース・プロジェクトで
57
57
</a ><a href =" http://www.frontenddevelopermeetups.com/ " target =" _blank " style =" width : 120px ;" >
58
58
<img src =" /images/frontend-meetups.png " style =" width : 120px ;" >
59
59
</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 ; " >
61
61
</a >
62
62
</p >
63
63
Original file line number Diff line number Diff line change 1
1
---
2
2
title : テンプレート構文
3
- updated : 2017-09-03
3
+ updated : 2017-10-14
4
4
type : guide
5
5
order : 4
6
6
---
@@ -115,7 +115,7 @@ Mustache は、HTML 属性の内部で使用することはできません。代
115
115
<form v-on:submit.prevent =" onSubmit" ></form >
116
116
```
117
117
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#修飾子 ) については、修飾子の他の例を見るでしょう。
119
119
120
120
## 省略記法
121
121
Original file line number Diff line number Diff line change 48
48
<img src =" <%- url_for(" /images /frontend-meetups.png " ) %>" style =" width : 100px " >
49
49
</a >
50
50
<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 ; " >
52
52
</a >
53
53
<br >
54
54
You can’t perform that action at this time.
0 commit comments