[Vuejs]-V-model variable return whole select instead of its value

2👍

The type variable is never declared. You should declare it as data of your application before using it.

https://jsfiddle.net/gurghet/mwy5uLb4/

Leave a comment