From 3aaf5b341ee89adfbd04c682954697e7d4a52e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20treeTable=20=E5=AF=B9=20ie?= =?UTF-8?q?8=20=E7=9A=84=E5=85=BC=E5=AE=B9=E6=96=B9=E6=A1=88=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/treeTable/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/treeTable/index.md b/docs/treeTable/index.md index 37241010..27317819 100644 --- a/docs/treeTable/index.md +++ b/docs/treeTable/index.md @@ -5,8 +5,8 @@ toc: true # 树表组件 2.8+ -> 树表组件 `treeTable` 是基于 `table` 组件延伸的树形表格组件,支持常见的树组件功能。 -> 注意:*该组件不支持 IE8* +> 树表组件 `treeTable` 是基于 `table` 组件延伸的树形表格组件,支持常见的树组件功能。
+> 注意:*该组件不支持 IE8,若要支持,可自行添加 polyfill实现兼容。*

示例