Skip to Content
Vue.js 2 Cookbook
book

Vue.js 2 Cookbook

by Andrea Passaglia
April 2017
Intermediate to advanced
454 pages
12h 51m
English
Packt Publishing
Content preview from Vue.js 2 Cookbook

How it works...

When you bind a <select> element with v-model, the selected option will populate the bound variable.

Note that, if you set a value for your options, the variable will take it instead of what is written within the tags. For example, you can write as follows:

<select>   <option value="1">Japan</option>   <option value="2">India</option>   <option value="7">Canada</option> </select>

This ensures that you have every country bound to a numeric value.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Vue.js 2

Learning Vue.js 2

Olga Filipova
Pro Vue.js 2

Pro Vue.js 2

Adam Freeman

Publisher Resources

ISBN: 9781786468093Supplemental Content