element/packages/rate/index.js

9 lines
156 B
JavaScript
Raw Normal View History

2016-08-17 11:56:39 +00:00
const Rate = require('./src/main');
2016-10-19 14:48:35 +00:00
/* istanbul ignore next */
2016-08-17 11:56:39 +00:00
Rate.install = function(Vue) {
Vue.component(Rate.name, Rate);
};
module.exports = Rate;