Renovamen / oh-vue-icons

A Vue component for importing inline SVG icons from different popular icon packs easily.
https://oh-vue-icons.js.org
Other
245 stars 22 forks source link

Is it possible to be compatible with Vuetify? #11

Closed kallbuloso closed 3 years ago

kallbuloso commented 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"/>
vicenterusso commented 3 years ago
export default {
  components: {
    "oh-vue-icon": OhVueIcon
  }
};

I use that way. you can "rename" v-icon to whatever you like

kallbuloso commented 3 years ago

worked, thank you.

vicenterusso commented 3 years ago

You should close the issue 👍