feat: add file download demo

This commit is contained in:
vben
2020-11-13 00:55:25 +08:00
parent 1d45617e4a
commit db3092db2e
6 changed files with 54 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import {
// Optional
Select,
Alert,
Checkbox,
DatePicker,
Radio,
@@ -48,6 +49,7 @@ export function registerGlobComp() {
// If you dont need it, you can delete it
getApp()
.use(Select)
.use(Alert)
.use(Checkbox)
.use(DatePicker)
.use(Radio)