cosmos-explorer/src/global-components.js
2021-07-21 22:07:38 +08:00

5 lines
140 B
JavaScript

import Vue from 'vue'
import FeatherIcon from '@core/components/feather-icon/FeatherIcon.vue'
Vue.component(FeatherIcon.name, FeatherIcon)