element/packages/rate/index.js

8 lines
129 B
JavaScript
Raw Normal View History

2016-08-17 11:56:39 +00:00
const Rate = require('./src/main');
Rate.install = function(Vue) {
Vue.component(Rate.name, Rate);
};
module.exports = Rate;