From a10d1cc3da8197c35d64f7f087563c3153703272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Fri, 13 Dec 2024 17:45:46 +0100 Subject: [PATCH] fix: formatting in new web-components content (#3114) --- 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 caf067df4e..6c7fccd68f 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