From c9c169122093187668b219bc4073f7627ff5ef24 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Thu, 6 Jan 2022 17:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cell=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/cell/demo.tsx | 2 +- src/packages/cell/doc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/cell/demo.tsx b/src/packages/cell/demo.tsx index f1a181b087..ebe0fc491d 100644 --- a/src/packages/cell/demo.tsx +++ b/src/packages/cell/demo.tsx @@ -19,7 +19,7 @@ const CellDemo = () => { testClick(event) } > -

直接使用插槽(slot)

+

直接使用

自定义内容
diff --git a/src/packages/cell/doc.md b/src/packages/cell/doc.md index 29cc4da0db..edb5a24081 100644 --- a/src/packages/cell/doc.md +++ b/src/packages/cell/doc.md @@ -39,7 +39,7 @@ const App = () => { export default App; ``` ::: -### 直接使用插槽 +### 直接使用 ```tsx import React from "react";