Skip to content

Commit a426465

Browse files
authored
docs: minor update to form lead-in example (#2976)
1 parent 7300c1f commit a426465

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/form/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<b-button type="submit" variant="primary">Submit</b-button>
5050
<b-button type="reset" variant="danger">Reset</b-button>
5151
</b-form>
52+
<b-card class="mt-3" header="Form Data Result">
53+
<pre class="m-0">{{ form }}</pre>
54+
</b-card>
5255
</div>
5356
</template>
5457

0 commit comments

Comments
 (0)