From 5cce8059d4e0f4d00fc1ac6527c9c65e89e36f19 Mon Sep 17 00:00:00 2001 From: Fabian B <32813692+madebyfabian@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:49:14 +0100 Subject: [PATCH] docs: update extending example (#480) --- docs/content/guides/styling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guides/styling.md b/docs/content/guides/styling.md index 2ff34e3d2..b604d5a6b 100644 --- a/docs/content/guides/styling.md +++ b/docs/content/guides/styling.md @@ -121,11 +121,11 @@ interface Props extends AccordionItemProps { foo: string; } -defineProps(); +defineProps(); ```