const getters = {
recentJobList : state => state.recentJob_list,
//
};
< H2 > Q1: is recentJobList used as a name in name/value or a function name of {state = > state.recentJob_list}? < / H2 >
< H2 > Q2: when I called at the front end, was {{recentJobList}} adjusting the function or equivalent to recentJobList ()-sharp-sharp-sharp problem description < / H2 >