Skip to content

Commit

Permalink
docs: minor update to form lead-in example (bootstrap-vue#2976)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored Apr 1, 2019
1 parent 7300c1f commit a426465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<b-button type="submit" variant="primary">Submit</b-button>
<b-button type="reset" variant="danger">Reset</b-button>
</b-form>
<b-card class="mt-3" header="Form Data Result">
<pre class="m-0">{{ form }}</pre>
</b-card>
</div>
</template>

Expand Down

0 comments on commit a426465

Please sign in to comment.