9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
import Rate from './src/main';
|
|
|
|
/* istanbul ignore next */
|
|
Rate.install = function(Vue) {
|
|
Vue.component(Rate.name, Rate);
|
|
};
|
|
|
|
export default Rate;
|