From c7c4f67f9cbcc994b254e8ba1eb011fef49c4a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Sat, 23 Nov 2024 15:27:30 +0100 Subject: [PATCH] fix: formatting in new web-components content --- src/guide/extras/web-components.md | 54 +++++++++++++----------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/src/guide/extras/web-components.md b/src/guide/extras/web-components.md index 75b72bbc17..79789fdb6d 100644 --- a/src/guide/extras/web-components.md +++ b/src/guide/extras/web-components.md @@ -238,7 +238,7 @@ export function register() { } ``` -A consumer can use the elements in a Vue file, +A consumer can use the elements in a Vue file: ```vue