Skip to content

Commit

Permalink
feat: hide skeleton component entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosansiji committed Jan 14, 2022
1 parent f20507a commit e6452c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ docClass: timeline

* Table: 为了保证每次展开的数据最新,展开行不再进行预渲染;异步加载功能重构,[pr 197](https://github.com/Tencent/tdesign-vue/pull/197)[@chaishi](https://github.com/chaishi)
* Alert: 增加内容区折行展开和收起动效,[pr 123](https://github.com/Tencent/tdesign-common/pull/123)[@pengYYYYY](https://github.com/pengYYYYY)
* Skeleton: 新增骨架屏组件,详情请访问 [官网](https://tdesign.tencent.com/vue/components/skeleton) 体验

## 0.33.0 `2022-01-06`

Expand Down
6 changes: 0 additions & 6 deletions site/site.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@ export default {
path: '/vue/components/progress',
component: () => import('@/examples/progress/progress.md'),
},
{
title: 'Skeleton 骨架屏',
name: 'skeleton',
path: '/vue/components/skeleton',
component: () => import('@/examples/skeleton/skeleton.md'),
},
{
title: 'Swiper 轮播框',
name: 'swiper',
Expand Down
1 change: 0 additions & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ export * from './affix';
export * from './tree-select';
export * from './comment';
export * from './icon';
export * from './skeleton';

0 comments on commit e6452c5

Please sign in to comment.