8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dc60d commit 0857d8cCopy full SHA for 0857d8c
docs/ja/api/wrapper/find.md
@@ -1,7 +1,8 @@
1
## find(selector)
2
3
::: warning Deprecation warning
4
-コンポーネントの検索に `find` を使用 A54A ることは非推奨となり、削除される予定です。代わりに `findComponent` を使用してください。
+コンポーネントの検索に `find` を使用することは非推奨となり、削除される予定です。代わりに [`findComponent`](./findComponent.md) を使用してください。
5
+コンポーネントではなく有効な [selector](../selectors.md) を引数にする場合は、引き続き `find` でコンポーネントを検索できます。
6
:::
7
8
最初の DOM ノードの Wrapper、またはセレクタで一致した Vue コンポーネントを返します。
docs/ja/api/wrapper/findAll.md
@@ -2,6 +2,7 @@
`findAll` を使用してコンポーネントを検索することは非推奨となり、削除される予定です。代わりに `findAllComponents` を使用してください。
+コンポーネントではなく有効な [selector](../selectors.md) を引数にする場合は、今後も `findAll` でコンポーネントを検索できます。
[`WrapperArray`](../wrapper-array/)を返します。
0 commit comments