import col from 'water-helper-maps/out/maps/attrs/grid/col.json'; import row from 'water-helper-maps/out/maps/attrs/grid/row.json'; import getProps from '@/views/common/getprop'; export const rowProps = getProps(row); export const colProps = getProps(col); export const methods = [];