component UserProfile
props: [userId]
  async handleSave(event)
  handleCancel()
emits: ['saved', 'cancelled']
