From 7385e139b0c9efca7430458cee982e63e282f4ae Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 8 Dec 2022 06:13:13 -0600 Subject: prettier: re-format Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: I2804ee3ab5ff6bcbf986b028db2fafec8e616779 Signed-off-by: Patrick Williams --- docs/guide/components/file-upload/readme.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/guide/components/file-upload/readme.md') diff --git a/docs/guide/components/file-upload/readme.md b/docs/guide/components/file-upload/readme.md index fb833648..e0819a85 100644 --- a/docs/guide/components/file-upload/readme.md +++ b/docs/guide/components/file-upload/readme.md @@ -4,12 +4,13 @@ component. The purpose of this component is to upload files to the BMC. To use this component: + 1. Import it into the single file component (SFC) 2. Add the `` tag 3. Add the optional `id` , `disabled`, `accept` and `state` prop as required -[Learn more about the Bootstrap-vue Form File -component](https://bootstrap-vue.org/docs/components/form-file) +[Learn more about the Bootstrap-vue Form File component](https://bootstrap-vue.org/docs/components/form-file) + ### Optional properties - `id`- Used to set the `id` attribute on the rendered content, and used as the @@ -23,10 +24,7 @@ component](https://bootstrap-vue.org/docs/components/form-file) ## Example of form file ```vue - + ``` -- cgit v1.2.3