Created
January 10, 2022 00:53
-
-
Save shishirraven/bed3c9cad0ce93d887406b8b1a2a99f7 to your computer and use it in GitHub Desktop.
Complete example showing how to use BraveGistEmbed
This file contains hidden or 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> | |
<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