diff --git a/en/application-dev/ui/ts-component-based-preview.md b/en/application-dev/ui/ts-component-based-preview.md index 703e4d41a434d66d32a25ab941c1a98da977a7e0..655ab63649d2b2bee9537b5358a693defa3e275b 100644 --- a/en/application-dev/ui/ts-component-based-preview.md +++ b/en/application-dev/ui/ts-component-based-preview.md @@ -4,8 +4,8 @@ Custom components decorated by @Preview can be previewed in the Previewer of DevEco Studio. When the page is loaded, the custom components decorated by @Preview are created and displayed. -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**: -> In a source file, at most one custom component can be decorated by @Preview. +> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
+> In a source file, at most 10 custom components can be decorated by @Preview. Example of using @Preview: