import Rate from './src/rate.vue' Rate.install = function (Vue) { Vue.component(Rate.name, Rate) } export default Rate