diff --git a/docs/examples/popover/basic-usage.vue b/docs/examples/popover/basic-usage.vue
index 7de5c0277a..fb309d65b3 100644
--- a/docs/examples/popover/basic-usage.vue
+++ b/docs/examples/popover/basic-usage.vue
@@ -7,7 +7,7 @@
content="this is content, this is content, this is content"
>
- Hover to activate
+ Hover to activate
@@ -19,7 +19,7 @@
content="this is content, this is content, this is content"
>
- Click to activate
+ Click to activate
@@ -32,7 +32,7 @@
content="this is content, this is content, this is content"
>
- Focus to activate
+ Focus to activate
@@ -44,7 +44,7 @@
content="this is content, this is content, this is content"
>
- contextmenu to activate
+ contextmenu to activate
@@ -56,7 +56,9 @@
content="this is content, this is content, this is content"
>
- Manual to activate
+ Manual to activate
@@ -66,3 +68,9 @@ import { ref } from 'vue'
const visible = ref(false)
+
+