Skip to content

Commit

Permalink
feat(import): 引入loginbox
Browse files Browse the repository at this point in the history
  • Loading branch information
bhabgs committed Aug 26, 2021
1 parent b331dd8 commit beab629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/vitevui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitevui",
"version": "1.0.0-beta.53",
"version": "1.0.0-beta.55",
"description": "vue3.0 ui",
"main": "lib/index.js",
"homepage": "https://bhabgs.github.io/vite-vui-docs/",
Expand Down
3 changes: 3 additions & 0 deletions package/vitevui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import upload from './upload';
import viIcon from './icon';
import viFlow from './flow';
import viFlowRes from './flowRes';
import viLoginBox from './loginBox';
import tabsPageHook, { getTabCurrentDetail } from './tabsPage/tabsFunHook';
import './style/index.less';
import './style/icon/iconfont.less';
Expand All @@ -47,6 +48,7 @@ const COMPS: baseObject = {
viFlow,
viFlowRes,
upload,
viLoginBox,
};
const VERSION: string = '0.0.2';

Expand Down Expand Up @@ -76,6 +78,7 @@ export {
viFlow,
viFlowRes,
viIcon,
viLoginBox,
getTabCurrentDetail,
tabsPageHook,
};
Expand Down

0 comments on commit beab629

Please sign in to comment.