| 12345678910111213141516171819202122232425262728 |
- module.exports = {
- components: [
- 'common',
- 'NTable',
- 'NButton',
- 'NInput',
- 'NInputNumber',
- 'NCheckbox',
- 'NCheckboxGroup',
- 'NDatePicker',
- 'NSelect',
- 'NTreeSelect',
- 'NForm',
- 'NFormItem',
- 'NSwitch',
- 'NTree',
- 'NTable',
- 'NDataTable',
- 'NIcon',
- 'NMenu',
- 'NGrid',
- 'NGridItem',
- 'NPagination',
- 'NCollapse',
- 'NCollapseItem'
- ],
- unit: 100
- }
|