Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
slot 章のプラスワンチャレンジのデザインを変更 (#202)
Browse files Browse the repository at this point in the history
* プラスワンチャレンジのデザインを変更

* プラスワンチャレンジのデザインを統一化

---------

Co-authored-by: totocalcio <[email protected]>
  • Loading branch information
k-miyake and totocalcio committed Jul 11, 2023
1 parent 7b62574 commit f6d9da2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docs/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ defineProps({

以上で、モジュールとして切り出す作業が完了です。`Card` コンポーネントに値が渡され、正しく表示されていれば成功です。

---

<PlusOne />

## 親コンポーネントの関数を実行する
Expand Down
4 changes: 1 addition & 3 deletions docs/slot.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ defineProps({

以上で、スロットの置き換えが完了です。見た目上の変化はありませんが、`body` のスロットコンテンツが表示されているかと思います。

::: tip +1 チャレンジ
ここまでの学習が完了した人は、以下の内容にも挑戦してみましょう。
:::
<PlusOne />

## スロットにコンポーネントを定義する

Expand Down

0 comments on commit f6d9da2

Please sign in to comment.