const getters = {
recentJobList : state => state.recentJob_list,
//函数写到对象里面
};Q1: recentJobList 是当成name/value里的name 还是{state => state.recentJob_list}的函数名?Q2: 我在前端调用的时候 {{recentJobList}} 是在调函数吗 还是相当于recentJobList()### 问题描述
添加回答
举报
0/150
提交
取消