Skip to content

Commit

Permalink
Merge pull request #4847 from Emredinho61/patch-1
Browse files Browse the repository at this point in the history
Fix #4846: Change Endtags for Composition API example
  • Loading branch information
tugcekucukoglu authored Nov 20, 2023
2 parents dccad96 + 7bd5880 commit 1520922
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/inputgroup/CheckboxDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,25 @@ export default {
<InputText placeholder="Price" />
<InputGroupAddon>
<RadioButton v-model="radioValue1" name="rb1" value="rb1" />
</span>
</div>
</InputGroupAddon>
</InputGroup>
<InputGroup>
<InputGroupAddon>
<Checkbox v-model="checked1" :binary="true" />
</span>
</InputGroupAddon>
<InputText placeholder="Username" />
</div>
</InputGroup>
<InputGroup>
<InputGroupAddon>
<Checkbox v-model="checked2" :binary="true" />
</span>
</InputGroupAddon>
<InputText placeholder="Website" />
<InputGroupAddon>
<RadioButton v-model="radioValue2" name="rb2" value="rb2" />
</span>
</div>
</InputGroupAddon>
</InputGroup>
</div>
</template>
Expand Down

0 comments on commit 1520922

Please sign in to comment.