[Vuejs]-Use a string key as v-model in v-item-group

0👍

There are so many way you can alter the value of parent’s payment property. You can edit the toggle method so that it changes payment property. You can also use event - listener to set payment property. Unless you provide a snippet to play around, these are what I can suggest so far.

Leave a comment