const track = { state: { trackList:[] }, mutations: { setTrack(state,track){ state.trackList = track } } } export default track