-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Change icon service & VIcon component #23
base: master
Are you sure you want to change the base?
Conversation
}, | ||
}) | ||
|
||
// <v-icon type="mdi" icon="$mycustomicon" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be set="mdi"
? (below as well)
Maybe the top-level option could be named createVuetify({
iconSets: {
mdi: {
icons: {
mycustomicon: 'mdi-foo',
},
},
},
}) Other alternatives (with Would there be a default set, so that users using a single set would not need to specify it for every use of the icon component? |
In regards to default set, that can be defined globally for the prop using |
Rendered markdown