Skip to content

Commit 8892e85

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

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/vue-components

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Notice (in the example below) the custom header and body slots.
2828

2929
<doc-example title="Customizing nodes" file="QTree/SlotsCustomized" />
3030

31-
:::warning
31+
::: warning
3232
Clicking or pressing `SPACE` or `ENTER` on the custom header selects the tree item (and the custom header is blurred).
3333

3434
If you don't want this to happen just wrap the content of the custom header in a `<div @click.stop @keyup.13.32.stop>`.

0 commit comments

Comments
 (0)