Skip to content

Translate en updates #1370

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 3 commits into from
Dec 31, 2018
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
4 changes: 2 additions & 2 deletions src/coc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@

## 執行

罵倒や嫌がらせ、その他の容認できない振る舞いは vuejscommunity@gmail.com に連絡することでプロジェクトチームに報告されることがあります。苦情はすべてレビューおよび調査され、必要かつ状況に応じた適切な対応が取られることになります。プロジェクトチームは、事象の報告者に関して機密保持を義務付けられます。具体的な執行方針は別途掲示されているかもしれません。
罵倒や嫌がらせ、その他の容認できない振る舞いは community@vuejs.org に連絡することでプロジェクトチームに報告されることがあります。苦情はすべてレビューおよび調査され、必要かつ状況に応じた適切な対応が取られることになります。プロジェクトチームは、事象の報告者に関して機密保持を義務付けられます。具体的な執行方針は別途掲示されているかもしれません。

この行動規範に誠意を持って従う、もしくは執行することが出来ないプロジェクトのメンテナは、プロジェクトを主導する他のメンバの決定によって、一時的または恒久的な影響を受ける可能性があります。

## 帰属

この行動規範は https://www.contributor-covenant.org/version/1/4/code-of-conduct.html で利用可能な [行動規範][homepage] のバージョン 1.4 に適合します。

[homepage]: https://www.contributor-covenant.org
[homepage]: https://www.contributor-covenant.org
6 changes: 5 additions & 1 deletion src/v2/api/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: API
type: api
updated: 2018-10-16
updated: 2018-12-26
---

## グローバル設定
Expand Down Expand Up @@ -1436,6 +1436,8 @@ updated: 2018-10-16

### vm.$attrs

> 2.4.0 から新規

- **型:** `{ [key: string]: string }`

- **読み込みのみ**
Expand All @@ -1446,6 +1448,8 @@ updated: 2018-10-16

### vm.$listeners

> 2.4.0 から新規

- **型:** `{ [key: string]: Function | Array<Function> }`

- **読み込みのみ**
Expand Down
4 changes: 3 additions & 1 deletion src/v2/guide/list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: リストレンダリング
updated: 2018-03-21
updated: 2018-12-26
type: guide
order: 8
---
Expand Down Expand Up @@ -234,6 +234,8 @@ Vue が各ノードの識別情報を追跡できるヒントを与えるため

これは Vue がノードを識別する汎用的な仕組みなので、`key` はガイドの後半でわかるように `v-for` に縛られない他の用途もあります。

<p class="tip">オブジェクトや配列のような非プリミティブ値を `v-for` のキーとして使わないでください。代わりに、文字列や数値を使ってください。</p>

## 配列の変化を検出

### 変更メソッド
Expand Down