element/packages/rate/index.js
Leopoldthecoder 1c3d119caf add rate
2016-08-17 19:56:39 +08:00

8 lines
129 B
JavaScript

const Rate = require('./src/main');
Rate.install = function(Vue) {
Vue.component(Rate.name, Rate);
};
module.exports = Rate;