Blame view

src/main/webapp/libs/element-vue/packages/col/index.js 154 Bytes
caiyongsong committed
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;