real-world-vue icon indicating copy to clipboard operation
real-world-vue copied to clipboard

Where should EventEdit's state put? data or state?

Open 0xtoorich opened this issue 5 years ago • 0 comments

Hello, I can't figure out where should the EventEdit component's event data put.

  • EventList: state
  • EventShow: state
  • EventCreate: data
  • EventEdit: ?

Thank you <3

0xtoorich avatar Mar 10 '20 23:03 0xtoorich