Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/guide/essentials/component-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ HTML 要素と同じように、以下のようにコンポーネントにコン

これは Vue のカスタム要素 `<slot>` を用いて実現することができます:

```vue{4}
```vue{5}
<!-- AlertBox.vue -->
<template>
<div class="alert-box">
Expand Down
Loading