Skip to content

Commit

Permalink
Refactor/empty (#538)
Browse files Browse the repository at this point in the history
* docs(Empty): add api

* feat: add empty router

* fix: fix conflict

* chore: empty

* chore: empty demo  test

* chore: support function

* chore: test update

* fix: fix conflict

* feat(Empty): update api

---------

Co-authored-by: anlyyao <[email protected]>
Co-authored-by: lem <[email protected]>
  • Loading branch information
3 people committed Apr 7, 2023
1 parent b29f597 commit b21ae41
Show file tree
Hide file tree
Showing 16 changed files with 657 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ export default {
path: '/mobile-vue/components/count-down',
component: () => import('@/count-down/count-down.md'),
},
{
title: 'Empty 空状态',
name: 'empty',
path: '/mobile-vue/components/empty',
component: () => import('@/empty/empty.md'),
},
{
title: 'Tag 标签',
name: 'tag',
Expand Down
1 change: 1 addition & 0 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ export { default as NoticeBar } from './notice-bar';
export { default as Result } from './result';
export { default as Cascader } from './cascader';
export { default as Footer } from './footer';
export { default as Empty } from './empty';
Loading

0 comments on commit b21ae41

Please sign in to comment.