2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

demo styles

This commit is contained in:
Jeff Sagal
2016-03-09 12:42:01 -08:00
parent 2a36577708
commit 6424aed818
2 changed files with 12 additions and 6 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long
+7 -1
View File
@@ -42,6 +42,12 @@
#v-select.open .dropdown-menu {
border-color: #4CC3D9;
}
#output {
height: 200px;
border: none;
color: #404040;
}
</style>
<template>
@@ -68,7 +74,7 @@
<div class="col-md-4">
<!-- <h4>Output</h4> -->
<pre>{{ select | json }}</pre>
<pre id="output">{{ select | json }}</pre>
</div>
</div>
</div>