1.0.0 • Published 4 years ago

@gmsoft/dva-grid-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

antd grid props plugin for dva.


defaultState
  const initialState = {
    rowProps: { gutter: 24 },
    colProps: { xl: 6, lg: 6, md: 8, sm: 12, xs: 24 },
  };
namesapce
 grid
action
 { type: '@@DVA_GRID/SET', payload: state }

| state 结构和 initialState 相同