Last active
May 15, 2021 21:06
-
-
Save Thaekeh/5096f31e4763aa6db91887a179727529 to your computer and use it in GitHub Desktop.
Basic Slot Component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<slot> | |
Backup text | |
</slot> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<SlotComponent> | |
Replacement Text | |
</SlotComponent> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment