index.js 144 Bytes Edit 1 2 3 4 5 6 7 import { Col } from '../grid'; /* istanbul ignore next */ Col.install = function (Vue) { Vue.component(Col.name, Col); }; export default Col;