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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! it would be lovely to have in your babel plugin an option to auto-import v-icon with @mdijs. A real example from my code:
import { mdiChevronRight, mdiChevronLeft, mdiApplication, mdiHomeOutline, mdiDatabaseSync, mdiFileLockOutline, } from '@mdi/js' export default { data() { return { mdiChevronRight, mdiChevronLeft, mdiApplication, mdiHomeOutline, mdiDatabaseSync, mdiFileLockOutline,
That would save some newcomers "brain-glitch" :) (coming from font icons) and for the rest to worry less about another dependency in the code.
The text was updated successfully, but these errors were encountered:
Duplicate of vuetifyjs/vuetify-loader#86
Sorry, something went wrong.
No branches or pull requests
Problem to solve
Hi! it would be lovely to have in your babel plugin an option to auto-import v-icon with @mdijs.
A real example from my code:
Proposed solution
That would save some newcomers "brain-glitch" :) (coming from font icons) and for the rest to worry less about another dependency in the code.
The text was updated successfully, but these errors were encountered: