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
我希望使用svg作为按钮图片, 希望能够自定义按钮部分的内容, 将title部分设置为 slot挺好的。
<span class="vue-file-upload"> <i v-if='icon != null' v-bind:class='rendIcon'></i> <slot>{{label}}</slot> <input ref="fileInput" type="file" name="file"> </span>
The text was updated successfully, but these errors were encountered:
这个好,这样icon那块也可以放出去了
Sorry, something went wrong.
0.1.6已经修复,具体可参考demo
No branches or pull requests
我希望使用svg作为按钮图片,
希望能够自定义按钮部分的内容,
将title部分设置为 slot挺好的。
The text was updated successfully, but these errors were encountered: