diff --git a/zh-cn/application-dev/web/web-component-overview.md b/zh-cn/application-dev/web/web-component-overview.md index ea04af59950fcc985cefe88ab569eb51dd756ee2..e47f6e459510f5f7fda83fe8981d48a7200b8829 100644 --- a/zh-cn/application-dev/web/web-component-overview.md +++ b/zh-cn/application-dev/web/web-component-overview.md @@ -12,3 +12,9 @@ Web组件用于在应用程序中显示Web页面内容,为开发者提供页 下面通过常见使用场景举例,来具体介绍Web组件功能特性。 + +## 相关实例 + +针对Web组件开发,有以下相关实例可供参考: + +- [Web组件的使用(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/ETSUI/WebCookie)