UNPKG

think-react-store

Version:

基于react hooks 和 context 实现的类似与 redux 的数据流工具

16 lines (15 loc) 235 B
export default { state: { id: 'avc', name: 'order' }, methods: { getOrder(state, payload){ // console.log('get-order-info',state, payload) return { ...state, ...payload } } } }