Skip to content

Instantly share code, notes, and snippets.

@Thaekeh
Last active May 15, 2021 21:06
Show Gist options
  • Save Thaekeh/5096f31e4763aa6db91887a179727529 to your computer and use it in GitHub Desktop.
Save Thaekeh/5096f31e4763aa6db91887a179727529 to your computer and use it in GitHub Desktop.
Basic Slot Component
<template>
<slot>
Backup text
</slot>
</template>
<template>
<SlotComponent>
Replacement Text
</SlotComponent>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment