Vuex mapState在Vue2中不起作用

时间:2017-03-23 14:07:38

标签: vuejs2 vuex

我使用for(i=0; i<grading.length; i++) { if(result == grading[i].score) { personaVal = grading[i].value; } } if ( personaVal == "customer" ) { $('#personaBucket').children().remove().end().append('<option selected value="customer">Customer</option>') ; } if ( personaVal == "compliance" ) { $('#personaBucket').children().remove().end().append('<option selected value="compliance">Compliance</option>') ; } if ( personaVal == "continuity" ) { $('#personaBucket').children().remove().end().append('<option selected value="continuity">Continuity</option>') ; } 映射我的组件中的数据,但它不起作用:

mapState

source code

0 个答案:

没有答案