KawAnime/store/modules/seasons/state.js

7 lines
78 B
JavaScript

export default {
seasons: [],
seasonsStats: {},
year: 0,
season: ''
}