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 xmlns="http://www.w3.org/2000/svg" :width="width" :height="height" :viewBox="viewBox" :aria-labelledby="iconName" role="presentation"
<title :id="iconName" lang="en" >{{ iconName }} icon</title> <defs> <linearGradient x1="100%" y1="81.5315548%" x2="0%" y2="18.4684452%" id="linearGradient-1"> <stop stop-color="#35B8FF" offset="0%"></stop> <stop stop-color="#007EFE" offset="100%"></stop> </linearGradient> </defs> <g :fill="iconColor"> <slot /> </g>
`
如上所示,defs如何放在子组件里
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`<svg xmlns="http://www.w3.org/2000/svg"
:width="width"
:height="height"
:viewBox="viewBox"
:aria-labelledby="iconName"
role="presentation"
`
如上所示,defs如何放在子组件里
The text was updated successfully, but these errors were encountered: