Archive
Injecting Props

Injecting props into your page

Use below code snippet

import { connect } from "dva";
 
export default connect()(YourPage);