Skip to content

Instantly share code, notes, and snippets.

@shishirraven
Created January 10, 2022 00:53
Show Gist options
  • Save shishirraven/bed3c9cad0ce93d887406b8b1a2a99f7 to your computer and use it in GitHub Desktop.
Save shishirraven/bed3c9cad0ce93d887406b8b1a2a99f7 to your computer and use it in GitHub Desktop.
Complete example showing how to use BraveGistEmbed
<template>
<div>
<BraveGistEmbed url="https://gist.github.com/shishirraven/de437adec76659671c4b6d2d45630375"/>
</div>
</template>
<script>
// @ is an alias to /src
import BraveGistEmbed from "@/components/BraveGistEmbed"
export default {
name: 'Home',
components: {
BraveGistEmbed
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment