config.js 535 B

12345678910111213141516171819202122232425262728
  1. module.exports = {
  2. components: [
  3. 'common',
  4. 'NTable',
  5. 'NButton',
  6. 'NInput',
  7. 'NInputNumber',
  8. 'NCheckbox',
  9. 'NCheckboxGroup',
  10. 'NDatePicker',
  11. 'NSelect',
  12. 'NTreeSelect',
  13. 'NForm',
  14. 'NFormItem',
  15. 'NSwitch',
  16. 'NTree',
  17. 'NTable',
  18. 'NDataTable',
  19. 'NIcon',
  20. 'NMenu',
  21. 'NGrid',
  22. 'NGridItem',
  23. 'NPagination',
  24. 'NCollapse',
  25. 'NCollapseItem'
  26. ],
  27. unit: 100
  28. }