We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bc2fa commit 8892e85Copy full SHA for 8892e85
docs/src/pages/vue-components/tree.md
@@ -28,7 +28,7 @@ Notice (in the example below) the custom header and body slots.
28
29
<doc-example title="Customizing nodes" file="QTree/SlotsCustomized" />
30
31
-:::warning
+::: warning
32
Clicking or pressing `SPACE` or `ENTER` on the custom header selects the tree item (and the custom header is blurred).
33
34
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