1.0.3 • Published 5 years ago
@gmsoft/dva-theme-plugin v1.0.3
theme plugin for dva.
defaultState
  const initialState = {
    rowProps: { gutter: 24 },
    colProps: { xl: 6, lg: 6, md: 8, sm: 12, xs: 24 },
  };namesapce
 themeaction
 { type: '@@DVA_THEME/SET', payload: state }| state 结构和 initialState 相同