Skip to content

Commit 18f2f2f

Browse files
committed
translate is attribute
1 parent ec6ab5b commit 18f2f2f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/v2/api/index.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1966,28 +1966,27 @@ type: api
19661966

19671967
### is
19681968

1969-
- **Expects:** `string`
1969+
- **容器事項:** `string`
19701970

1971-
Used for [dynamic components](../guide/components.html#Dynamic-Components) and to work around [limitations of in-DOM templates](../guide/components.html#DOM-Template-Parsing-Caveats).
1971+
[動的コンポーネント](../guide/components.html#動的コンポーネント)[DOM テンプレートの制限](../guide/components.html#DOM-テンプレート解析の注意事項)を回避するために使用します。
19721972

1973-
For example:
1973+
:
19741974

19751975
``` html
1976-
<!-- component changes when currentView changes -->
1976+
<!-- currentView が変化するとコンポーネントも変化する -->
19771977
<component v-bind:is="currentView"></component>
19781978

1979-
<!-- necessary because <my-row> would be invalid inside -->
1980-
<!-- a <table> element and so would be hoisted out -->
1979+
<!-- <my-row> は <table> 要素内では無効なため必要で、それゆえ巻き上げらます -->
19811980
<table>
19821981
<tr is="my-row"></tr>
19831982
</table>
19841983
```
19851984

1986-
For detailed usage, follow the links in the description above.
1985+
詳しい使用方法については、上記のリンクを参照してください。
19871986

19881987
- **See also:**
1989-
- [Dynamic Components](../guide/components.html#Dynamic-Components)
1990-
- [DOM Template Parsing Caveats](../guide/components.html#DOM-Template-Parsing-Caveats)
1988+
- [動的コンポーネント](../guide/components.html#動的コンポーネント)
1989+
- [DOM-テンプレート解析の注意事項](../guide/components.html#DOM-テンプレート解析の注意事項)
19911990

19921991
## 組み込みコンポーネント
19931992

0 commit comments

Comments
 (0)