element/packages/tag/index.js

9 lines
160 B
JavaScript
Raw Normal View History

2016-07-27 06:15:02 +00:00
const ElTag = require('./src/tag');
2016-10-19 14:48:35 +00:00
/* istanbul ignore next */
2016-07-27 06:15:02 +00:00
ElTag.install = function(Vue) {
Vue.component(ElTag.name, ElTag);
};
module.exports = ElTag;