[Vuejs]-Vue-select v-model reduce not working / Nuxt js Vue js

0๐Ÿ‘

I found the solution.

This is my "handleInput" method.

I emit "e.value" but I want to emit the Object, so replace "e.value" => "e"

Leave a comment