Skip to content

Commit

Permalink
docs: add explanation for template-refs defineExpose before await (#2449
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jay-es authored Dec 11, 2024
1 parent bd2bd31 commit 8cb0cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/guide/essentials/template-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ defineExpose({

親がテンプレート参照を用いてこのコンポーネントのインスタンスを取得する場合、取得されるインスタンスは `{ a: number, b: number }` の形になります(通常のインスタンスと同様に、ref は自動的にアンラップされます)。

defineExpose は必ず await 操作の前に呼び出す必要があります。そうでないと、await 操作の後に公開されるプロパティやメソッドにアクセスできなくなります。

こちらもご覧ください: [コンポーネントのテンプレート参照の型付け](/guide/typescript/composition-api#typing-component-template-refs) <sup class="vt-badge ts" />

</div>
Expand Down

0 comments on commit 8cb0cb9

Please # to comment.