UNPKG

vue-cryptocurrency-icons

Version:

A Vue.js component for the project 'cryptocurrency-icons: 6000 icons – almost 400 crypto currencies, in 4 styles and a range of sizes.'

12 lines (9 loc) 219 B
import Vue from "vue"; import IconCrypto from "./IconCrypto.vue"; const Components = { IconCrypto }; Object.keys(Components).forEach(name => { Vue.component(name, Components[name]); }); export default Components;