From ee5081aba26684de7832e70b68000d924afbfcd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Thu, 12 Oct 2023 14:20:09 +0800 Subject: [PATCH] =?UTF-8?q?docs(tabs):=20=E6=87=92=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/web/api/tabs.en-US.md | 6 ++++++ docs/web/api/tabs.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/web/api/tabs.en-US.md b/docs/web/api/tabs.en-US.md index 0a186ff128..56221c4bbd 100644 --- a/docs/web/api/tabs.en-US.md +++ b/docs/web/api/tabs.en-US.md @@ -67,3 +67,9 @@ The disabled status of the TAB is provided. Drag-and-drop tabs are provided. {{ drag-sort }} + +### 懒加载 + +By setting lazy load, rendering can be activated + +{{ lazy-load }} diff --git a/docs/web/api/tabs.md b/docs/web/api/tabs.md index 925f8fc5a3..73ecb62dbe 100644 --- a/docs/web/api/tabs.md +++ b/docs/web/api/tabs.md @@ -67,3 +67,9 @@ spline: navigation 提供了可拖拽的选项卡。 {{ drag-sort }} + +### 懒加载 + +通过设置 lazy-load,可以激活时渲染 + +{{ lazy-load }}