abf9723348e9c010a9c92f70467a846dcd4566375915a4dedcfec82257fc1a796063f366afd90f804576c95851a4b6af365818017895fb8a880827c4b10ef5 144 B

123456789
  1. import Row from './src/row';
  2. /* istanbul ignore next */
  3. Row.install = function(Vue) {
  4. Vue.component(Row.name, Row);
  5. };
  6. export default Row;