Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created May 27, 2019 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/6472f1c0395c643161d8eedc3e91e039 to your computer and use it in GitHub Desktop.
Save LazyFatArrow/6472f1c0395c643161d8eedc3e91e039 to your computer and use it in GitHub Desktop.
<template>
<b-card :title="poll.title" :sub-title="poll.description">
<b-form-group>
<b-form-radio-group
@change="$emit('optionVote', $event)"
:id="`poll-options-${poll.id}`"
stacked
>
<!-- ...html -->
</template>
// ... other code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment