如何将vueX中的数据保存到localStorage中

localStorage.setItem('存储的名称',JSON.stringify(state中药存储的数据))
实例:
	localStorage.setItem('jb',JSON.stringify(state.jbnum))

将这条语句写在事件后。
如何将vueX中的数据保存到localStorage中_第1张图片

你可能感兴趣的:(前端,前段,vue,vuex)