Skip to content

Fixed some formats #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/support-vuejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Vue.js は MIT ライセンスのオープンソース・プロジェクトで
</a><a href="http://www.frontenddevelopermeetups.com/" target="_blank" style="width: 120px;">
<img src="/images/frontend-meetups.png" style="width: 120px;">
</a><a href="https://onsen.io/vue/" target="_blank" style="width: 125px;">
<img src="/images/onsen-ui.png" style="width: 125px">
<img src="/images/onsen-ui.png" style="width: 125px;">
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/v2/guide/syntax.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: テンプレート構文
updated: 2017-09-03
updated: 2017-10-14
type: guide
order: 4
---
Expand Down Expand Up @@ -115,7 +115,7 @@ Mustache は、HTML 属性の内部で使用することはできません。代
<form v-on:submit.prevent="onSubmit"></form>
```

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

## 省略記法

Expand Down
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/sponsors.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<img src="<%- url_for("/images/frontend-meetups.png") %>" style="width: 100px">
</a>
<a href="https://onsen.io/vue/" target="_blank" style="width: 105px;">
<img src="<%- url_for("/images/onsen-ui.png") %>" style="width: 105px">
<img src="<%- url_for("/images/onsen-ui.png") %>" style="width: 105px;">
</a>
<br>

Expand Down