2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

syntax highlight docs

This commit is contained in:
Jeff Sagal
2016-03-09 15:26:25 -08:00
parent ebfe900697
commit 3576760720
+1 -1
View File
@@ -10,7 +10,7 @@ Rather than bringing in jQuery just to use Select2 or Chosen, this Vue.js compon
$ npm install sagalbot/vue-select $ npm install sagalbot/vue-select
``` ```
``` ```html
<template> <template>
<div id="myApp"> <div id="myApp">
<v-select :value.sync="selected" :options="options"></v-select> <v-select :value.sync="selected" :options="options"></v-select>