Skip to content

Commit bd7b90a

Browse files
NataliaTepluhinabencodezenLinusBorg
authored
Migrate component slots (#47)
* Fixed an example * feat: added component-slots * fix: fixed config * Update src/guide/component-slots.md Co-Authored-By: Ben Hong <ben@bencodezen.io> * Update src/guide/component-slots.md Co-Authored-By: Ben Hong <ben@bencodezen.io> * Update src/guide/component-slots.md Co-Authored-By: Ben Hong <ben@bencodezen.io> * Update src/guide/component-slots.md Co-Authored-By: Ben Hong <ben@bencodezen.io> * Update src/guide/component-slots.md Co-Authored-By: Ben Hong <ben@bencodezen.io> * fix: fixed default slot wrapping * fix: fixed compilation scope name * Expanded scoped slots example * Update src/guide/component-slots.md Co-Authored-By: Thorsten Lünborg <t.luenborg@googlemail.com> * Update src/guide/component-slots.md Co-Authored-By: Thorsten Lünborg <t.luenborg@googlemail.com> * Update src/guide/component-slots.md Co-Authored-By: Thorsten Lünborg <t.luenborg@googlemail.com> * fix: fixed index as a key Co-authored-by: Ben Hong <ben@bencodezen.io> Co-authored-by: Thorsten Lünborg <t.luenborg@googlemail.com>
1 parent d1569f0 commit bd7b90a

File tree

4 files changed

+466
-1
lines changed

4 files changed

+466
-1
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module.exports = {
4949
children: [
5050
'component-registration',
5151
'component-props',
52-
'component-custom-events'
52+
'component-custom-events',
53+
'component-slots'
5354
]
5455
}
5556
]
59.5 KB
Loading

src/.vuepress/public/images/slot.png

125 KB
Loading

0 commit comments

Comments
 (0)