From 56e53aa826cfd410a66801a433df3781f7e26886 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 28 Mar 2022 21:01:11 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- en/application-dev/website.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/application-dev/website.md b/en/application-dev/website.md index c897bb5388..eb691d6621 100644 --- a/en/application-dev/website.md +++ b/en/application-dev/website.md @@ -105,17 +105,17 @@ - [Custom Component Lifecycle Callbacks](ui/ts-custom-component-lifecycle-callbacks.md) - [Example: Component Creation and Re-Initialization](ui/ts-component-creation-re-initialization.md) - Syntactic Sugar - - **[@Decorator](ts-syntactic-sugar-decorator.md)** + - [@Decorator](ts-syntactic-sugar-decorator.md) - - **[Chain Call](ts-syntactic-sugar-chaining.md)** + - [Chain Call](ts-syntactic-sugar-chaining.md) - - **[struct](ts-syntactic-sugar-struct.md)** + - [struct](ts-syntactic-sugar-struct.md) - - **[Instantiating a struct Without the new Keyword](ts-instantiating-a-struct-without-new-keyword.md)** + - [Instantiating a struct Without the new Keyword](ts-instantiating-a-struct-without-new-keyword.md) - - **[Using a Separate Line for New Component](ts-using-a-separate-line-for-new-component.md)** + - [Using a Separate Line for New Component](ts-using-a-separate-line-for-new-component.md) - - **[Restrictions on Using TypeScript for Generators](ts-restrictions-for-generators.md)** + - [Restrictions on Using TypeScript for Generators](ts-restrictions-for-generators.md) - Experiencing the Declarative UI - [Creating a Declarative UI Project](ui/ui-ts-creating-project.md) - [Getting to Know Components](ui/ui-ts-components.md) -- GitLab