0👍
I struggled with the same question. It turns out it is quite simple. Just nest as you would any js object.
setFieldValue({
branding: {
name: 'your typed value'
}
})
- [Vuejs]-I ran into a problem using swiper for navigation that swiped left and right
- [Vuejs]-Socket.io is not sending data to frontend as intended
Source:stackexchange.com