mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 20:35:49 +08:00
72 lines
773 B
TypeScript
72 lines
773 B
TypeScript
// nutui按需加载
|
|
|
|
import {
|
|
Button,
|
|
Cell,
|
|
CellGroup,
|
|
Icon,
|
|
Input,
|
|
Tabbar,
|
|
TabbarItem,
|
|
Toast,
|
|
ShortPassword,
|
|
Price,
|
|
Layout,
|
|
Rate,
|
|
Popup,
|
|
Calendar,
|
|
Video,
|
|
NoticeBar,
|
|
NumberKeyboard,
|
|
CountDown,
|
|
Tag,
|
|
Badge,
|
|
SearchBar,
|
|
Avatar,
|
|
Menu,
|
|
MenuItem,
|
|
Popover,
|
|
Pagination,
|
|
Form,
|
|
FormItem,
|
|
Navbar,
|
|
Card,
|
|
Grid,
|
|
GridItem,
|
|
} from '@nutui/nutui';
|
|
|
|
export const nutUiComponents = [
|
|
Button,
|
|
Cell,
|
|
CellGroup,
|
|
Form,
|
|
FormItem,
|
|
Icon,
|
|
Input,
|
|
Tabbar,
|
|
TabbarItem,
|
|
Toast,
|
|
ShortPassword,
|
|
Price,
|
|
Layout,
|
|
Rate,
|
|
Popup,
|
|
Calendar,
|
|
Video,
|
|
NoticeBar,
|
|
NumberKeyboard,
|
|
CountDown,
|
|
Tag,
|
|
Badge,
|
|
SearchBar,
|
|
Avatar,
|
|
Menu,
|
|
MenuItem,
|
|
Popover,
|
|
Pagination,
|
|
Navbar,
|
|
Card,
|
|
Grid,
|
|
GridItem,
|
|
];
|