Closed kallbuloso closed 3 years ago
Is it possible to be compatible with Vuetify? The same uses ...
<v-icon>mdi-contacts</v-icon>
does not work in Vuetify
<v-icon name="mdi-contacts"/>
export default { components: { "oh-vue-icon": OhVueIcon } };
I use that way. you can "rename" v-icon to whatever you like
v-icon
worked, thank you.
You should close the issue 👍
Is it possible to be compatible with Vuetify? The same uses ...
does not work in Vuetify