diff --git a/apps/showcase/doc/button/LinkDoc.vue b/apps/showcase/doc/button/LinkDoc.vue
index e894c6658..68b672d79 100644
--- a/apps/showcase/doc/button/LinkDoc.vue
+++ b/apps/showcase/doc/button/LinkDoc.vue
@@ -1,11 +1,13 @@
The button element can be displayed as a link element visually when the link property is present. If you need to use buttons for actual navigations, use the as property to customize the rendered element. The button element can be displayed as a link element visually when the link property is present. If you need to customize the rendering, use the as to change the element or asChild for advanced templating.