plugin-umi
说明
umi 扩展插件库
扩展组件库 目录介绍 和 Vue 类同
components
├── actions
│ ├── index.tsx
│ └── style.less
├── designPro
│ ├── field.tsx
│ ├── icons.ts
│ └── index.tsx
├── grid
│ ├── defaultOptions.ts
│ ├── frameworks
│ │ ├── image.tsx
│ │ ├── index.ts
│ │ ├── loadingOverlayComponent.tsx
│ │ ├── noRowsOverlayComponent.tsx
│ │ └── style.less
│ ├── grid.tsx
│ ├── index.tsx
│ └── style.less
├── locales
│ ├── en
│ │ ├── action.ts
│ │ ├── index.ts
│ │ ├── other.ts
│ │ └── tips.ts
│ ├── index.ts
│ └── zh
│ ├── action.ts
│ ├── index.ts
│ ├── other.ts
│ └── tips.ts
├── views
│ ├── details.tsx
│ ├── filter.tsx
│ ├── style.module.less
│ └── view.tsx
├── global.d.ts
├── index.ts
├── patchRoutes.ts
├── prototype.ts
├── userAgent.ts