2022-03-31 00:33:29 +02:00
|
|
|
import {
|
|
|
|
create,
|
|
|
|
NButton,
|
|
|
|
NConfigProvider,
|
|
|
|
NGlobalStyle,
|
|
|
|
NCard,
|
|
|
|
NInput,
|
|
|
|
NColorPicker,
|
|
|
|
NInputNumber,
|
|
|
|
NSpace,
|
|
|
|
NH1,
|
|
|
|
NForm,
|
|
|
|
NFormItem,
|
|
|
|
NTimePicker,
|
|
|
|
NText,
|
|
|
|
NIcon,
|
|
|
|
NSwitch,
|
|
|
|
NCollapseTransition,
|
|
|
|
NGrid,
|
|
|
|
NGridItem,
|
|
|
|
NPopconfirm,
|
|
|
|
NSlider,
|
|
|
|
NCollapse,
|
|
|
|
NCollapseItem,
|
|
|
|
NProgress,
|
|
|
|
NAutoComplete,
|
|
|
|
NSelect,
|
|
|
|
NUpload,
|
|
|
|
NEmpty,
|
|
|
|
NModal,
|
|
|
|
NTooltip,
|
|
|
|
NAlert,
|
|
|
|
NP,
|
|
|
|
NH2,
|
|
|
|
NDropdown,
|
2022-04-04 00:24:45 +02:00
|
|
|
NLayout,
|
|
|
|
NLayoutSider,
|
|
|
|
NMenu,
|
|
|
|
NMessageProvider,
|
|
|
|
NPageHeader,
|
2022-04-05 17:40:35 +02:00
|
|
|
NResult,
|
2022-04-05 23:23:08 +02:00
|
|
|
NH3,
|
|
|
|
NEllipsis,
|
|
|
|
NTag,
|
2022-04-11 22:47:05 +02:00
|
|
|
NInputGroup,
|
|
|
|
NInputGroupLabel,
|
2022-03-31 00:33:29 +02:00
|
|
|
} from 'naive-ui';
|
|
|
|
|
|
|
|
const components = [
|
2022-04-11 22:47:05 +02:00
|
|
|
NInputGroup,
|
|
|
|
NInputGroupLabel,
|
2022-04-05 23:23:08 +02:00
|
|
|
NTag,
|
2022-04-05 17:40:35 +02:00
|
|
|
NResult,
|
2022-04-05 23:23:08 +02:00
|
|
|
NEllipsis,
|
2022-04-04 00:24:45 +02:00
|
|
|
NPageHeader,
|
|
|
|
NMessageProvider,
|
|
|
|
NLayout,
|
|
|
|
NLayoutSider,
|
|
|
|
NMenu,
|
2022-03-31 00:33:29 +02:00
|
|
|
NDropdown,
|
|
|
|
NH2,
|
2022-04-05 23:23:08 +02:00
|
|
|
NH3,
|
2022-03-31 00:33:29 +02:00
|
|
|
NP,
|
|
|
|
NAlert,
|
|
|
|
NTooltip,
|
|
|
|
NModal,
|
|
|
|
NEmpty,
|
|
|
|
NUpload,
|
|
|
|
NSelect,
|
|
|
|
NAutoComplete,
|
|
|
|
NProgress,
|
|
|
|
NCollapse,
|
|
|
|
NCollapseItem,
|
|
|
|
NSlider,
|
|
|
|
NPopconfirm,
|
|
|
|
NGrid,
|
|
|
|
NGridItem,
|
|
|
|
NButton,
|
|
|
|
NConfigProvider,
|
|
|
|
NGlobalStyle,
|
|
|
|
NCard,
|
|
|
|
NInput,
|
|
|
|
NColorPicker,
|
|
|
|
NInputNumber,
|
|
|
|
NSpace,
|
|
|
|
NH1,
|
|
|
|
NForm,
|
|
|
|
NFormItem,
|
|
|
|
NTimePicker,
|
|
|
|
NText,
|
|
|
|
NIcon,
|
|
|
|
NSwitch,
|
|
|
|
NCollapseTransition,
|
|
|
|
];
|
|
|
|
|
|
|
|
export const naive = create({ components });
|