访问state中的数据第一种方式:{{ $store.state.count }}
修改数据+1 修改数据+3 修改数据+5 修改数据+4 异步+6 异步-2
使用getter的第一种方式:{{ $store.getters.showCount }}