Skip to content

Commit

Permalink
feat(empty): new Empty component (#4519)
Browse files Browse the repository at this point in the history
* feat(empty): new Empty component

* chore(overage file): rm overage file

* chore: rm unused var

* test: update test snapshot

* chore: update coverage-badge

* chore(empty): update empty demo

* chore(empty): update empty demo

* test: update snapshot
  • Loading branch information
HaixingOoO authored Sep 1, 2024
1 parent ae91fa9 commit 17e9dba
Show file tree
Hide file tree
Showing 33 changed files with 1,634 additions and 139 deletions.
8 changes: 8 additions & 0 deletions site/site.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,14 @@ export const docs = [
component: () => import('tdesign-vue-next/descriptions/descriptions.md'),
componentEn: () => import('tdesign-vue-next/descriptions/descriptions.en-US.md'),
},
{
title: 'Empty 空状态',
titleEn: 'Empty',
name: 'empty',
path: '/vue-next/components/empty',
component: () => import('tdesign-vue-next/empty/empty.md'),
componentEn: () => import('tdesign-vue-next/empty/empty.en-US.md'),
},
{
title: 'Image 图片',
titleEn: 'Image',
Expand Down
Loading

0 comments on commit 17e9dba

Please sign in to comment.