mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: first commit
This commit is contained in:
74
src/plugins/naive.plugin.ts
Normal file
74
src/plugins/naive.plugin.ts
Normal file
@@ -0,0 +1,74 @@
|
||||
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,
|
||||
} from 'naive-ui';
|
||||
|
||||
const components = [
|
||||
NDropdown,
|
||||
NH2,
|
||||
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 });
|
||||
Reference in New Issue
Block a user