We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VUE-cli 3 我的代码如下: <VueFileUpload url='upload.do' ref="vueFileUploader" :filters="filters" :events='cbEvents' :request-options="reqopts" @onAdd="onAddItem"> <Button style="padding: 20px 0; width:300px" slot="label" type="dashed"> <Icon type="ios-cloud-upload" size="52" style="color: #1b1b1b"></Icon> <p>点击或者拖拽文件到此上传</p> </Button> </VueFileUpload> 他会同时出现两个按钮,自定义的无效,自带的有效, 谢谢
<VueFileUpload url='upload.do' ref="vueFileUploader" :filters="filters" :events='cbEvents' :request-options="reqopts" @onAdd="onAddItem"> <Button style="padding: 20px 0; width:300px" slot="label" type="dashed"> <Icon type="ios-cloud-upload" size="52" style="color: #1b1b1b"></Icon> <p>点击或者拖拽文件到此上传</p> </Button> </VueFileUpload>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
??
需要自己写style处理下,可以看下demo
No branches or pull requests
VUE-cli 3
我的代码如下:
<VueFileUpload url='upload.do' ref="vueFileUploader" :filters="filters" :events='cbEvents' :request-options="reqopts" @onAdd="onAddItem"> <Button style="padding: 20px 0; width:300px" slot="label" type="dashed"> <Icon type="ios-cloud-upload" size="52" style="color: #1b1b1b"></Icon> <p>点击或者拖拽文件到此上传</p> </Button> </VueFileUpload>
他会同时出现两个按钮,自定义的无效,自带的有效,
谢谢
The text was updated successfully, but these errors were encountered: