const store = { Poplayer: { list: {}, show: false }, setPoplayerListAction(newValue) { if (this.debug) { } this.Poplayer.list = newValue }, setPoplayerShowAction(newValue) { if (this.debug) { } this.Poplayer.show = newValue }, }; export default store;