import gyCard from './gy-card' gyCard.install = function (Vue) { Vue.component(gyCard.name, gyCard) } export default gyCard