2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

- add disabled example

- fix rounded corners transition flash
This commit is contained in:
Jeff
2017-10-01 13:57:51 -07:00
parent 93d06b5f87
commit 64fda95663
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -49,6 +49,7 @@
{{option.label}} ({{option.value}})
</template>
</v-select>
<v-select disabled placeholder="disabled" value="Some Selected Value"></v-select>
</div>
</body>