| | |
| | | <label for="how-other">Other</label> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-control"> |
| | | <rating-control> |
| | | |
| | | </rating-control> |
| | | </div> |
| | | |
| | | <div class="form-control"> |
| | | <input type="checkbox" id="confirm-terms" name="confirm-terms" v-model="confirm"> |
| | | <label for="confirm-terms">Agree to terms of use?</label> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import RatingControl from './RatingControl.vue'; |
| | | |
| | | export default { |
| | | components: { |
| | | RatingControl, |
| | | }, |
| | | data() { |
| | | return { |
| | | userName: '', |
| | |
| | | .form-control.invalid input{ |
| | | border-color: red; |
| | | } |
| | | |
| | | .form-control.invalid label{ |
| | | color: red; |
| | | } |