We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea548b commit c70baf8Copy full SHA for c70baf8
components/vc-upload/src/AjaxUploader.jsx
@@ -10,6 +10,7 @@ const upLoadPropTypes = {
10
// style: PropTypes.object,
11
prefixCls: PropTypes.string,
12
action: PropTypes.string,
13
+ name: PropTypes.string,
14
// className: PropTypes.string,
15
multiple: PropTypes.bool,
16
disabled: PropTypes.bool,
site/routes.js
@@ -4,7 +4,7 @@ import Iframe from './components/iframe.vue'
4
const AsyncTestComp = () => {
5
const d = window.location.hash.replace('#', '')
6
return {
7
- component: import(`../components/menu/demo/${d}`),
+ component: import(`../components/upload/demo/${d}`),
8
}
9
0 commit comments