From e9ddb86ec8c1217e8475159db31b6d98d2e6e298 Mon Sep 17 00:00:00 2001 From: byq1213 Date: Wed, 7 Aug 2024 16:14:19 +0800 Subject: [PATCH] =?UTF-8?q?docs(sticky):=20jsx=E7=A4=BA=E4=BE=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=8D=A2tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #415 --- site/mobile/mobile.config.js | 2 +- src/sticky/_example/{base.jsx => base.tsx} | 0 src/sticky/_example/{container.jsx => container.tsx} | 0 src/sticky/_example/{index.jsx => index.tsx} | 0 src/sticky/_example/{offset.jsx => offset.tsx} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename src/sticky/_example/{base.jsx => base.tsx} (100%) rename src/sticky/_example/{container.jsx => container.tsx} (100%) rename src/sticky/_example/{index.jsx => index.tsx} (100%) rename src/sticky/_example/{offset.jsx => offset.tsx} (100%) diff --git a/site/mobile/mobile.config.js b/site/mobile/mobile.config.js index 4bb613b7..dc38fbe1 100644 --- a/site/mobile/mobile.config.js +++ b/site/mobile/mobile.config.js @@ -105,7 +105,7 @@ export default { { title: 'Sticky 吸顶', name: 'sticky', - component: () => import('tdesign-mobile-react/sticky/_example/index.jsx'), + component: () => import('tdesign-mobile-react/sticky/_example/index.tsx'), }, { title: 'BackTop 返回顶部', diff --git a/src/sticky/_example/base.jsx b/src/sticky/_example/base.tsx similarity index 100% rename from src/sticky/_example/base.jsx rename to src/sticky/_example/base.tsx diff --git a/src/sticky/_example/container.jsx b/src/sticky/_example/container.tsx similarity index 100% rename from src/sticky/_example/container.jsx rename to src/sticky/_example/container.tsx diff --git a/src/sticky/_example/index.jsx b/src/sticky/_example/index.tsx similarity index 100% rename from src/sticky/_example/index.jsx rename to src/sticky/_example/index.tsx diff --git a/src/sticky/_example/offset.jsx b/src/sticky/_example/offset.tsx similarity index 100% rename from src/sticky/_example/offset.jsx rename to src/sticky/_example/offset.tsx