Showing
2 changed files
with
4 additions
and
4 deletions
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 | import { BasicForm, useForm } from '/@/components/Form'; |
124 | 124 | import { modeApiForm, modeApiInseretKeyAndValueForm } from '../config'; |
125 | 125 | import { InboxOutlined } from '@ant-design/icons-vue'; |
126 | - import { Alert, Divider, Descriptions, Upload, UploadDragger } from 'ant-design-vue'; | |
126 | + import { Alert, Divider, Descriptions, Upload } from 'ant-design-vue'; | |
127 | 127 | interface IKeyAndValue { |
128 | 128 | key: string; |
129 | 129 | value: string; |
... | ... | @@ -136,7 +136,7 @@ |
136 | 136 | [Descriptions.name]: Descriptions, |
137 | 137 | [Descriptions.Item.name]: Descriptions.Item, |
138 | 138 | InboxOutlined, |
139 | - UploadDragger, | |
139 | + | |
140 | 140 | [Upload.UploadDragger]: Upload.UploadDragger, |
141 | 141 | }, |
142 | 142 | emits: ['next', 'prev', 'register'], | ... | ... |
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | import { BasicForm, useForm } from '/@/components/Form'; |
69 | 69 | import { modeMqttForm } from '../config'; |
70 | 70 | import { InboxOutlined } from '@ant-design/icons-vue'; |
71 | - import { Alert, Divider, Descriptions, Upload, UploadDragger } from 'ant-design-vue'; | |
71 | + import { Alert, Divider, Descriptions, Upload } from 'ant-design-vue'; | |
72 | 72 | |
73 | 73 | export default defineComponent({ |
74 | 74 | components: { |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | [Descriptions.name]: Descriptions, |
79 | 79 | [Descriptions.Item.name]: Descriptions.Item, |
80 | 80 | InboxOutlined, |
81 | - UploadDragger, | |
81 | + | |
82 | 82 | [Upload.UploadDragger]: Upload.UploadDragger, |
83 | 83 | }, |
84 | 84 | emits: ['next', 'prev', 'register'], | ... | ... |