index.js 154 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 import ElCol from './src/col'; /* istanbul ignore next */ ElCol.install = function(Vue) { Vue.component(ElCol.name, ElCol); }; export default ElCol;