Created
January 9, 2022 21:32
-
-
Save shishirraven/6d190087fa4963693b5622c53ded7855 to your computer and use it in GitHub Desktop.
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
<BravePositionDialog ref="bravedialog" style="max-width:500px;" class="bg-light rounded shadow"> | |
<template #header> | |
Header Text... | |
</template> | |
<template #body> | |
Body Text ... | |
</template> | |
<template #footer> | |
Footer Text ... | |
</template> | |
</BravePositionDialog> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment