Skip to content

Commit 27bc2fa

Browse files
webnoobrstoenescu
authored andcommitted
fix(docs): Inconsistent usage of ::: warning tag (quasarframework#5199)
1 parent fed2ff7 commit 27bc2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/vue-components/field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The `square` prop only makes sense along with Filled, Outlined and Standout desi
7676
### Clearable
7777
As a helper, you can use `clearable` prop so user can reset model to `null` through an appended icon.
7878

79-
:::warning
79+
::: warning
8080
If using `clearable` you must use `v-model` or listen on `@input` and update the value.
8181
:::
8282

0 commit comments

Comments
 (0)