2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Fixed naming of new dev.html vue select field (#703)

This commit is contained in:
Marek Meyer
2018-11-15 16:57:50 +01:00
committed by Marek Meyer
parent 88ed8d4819
commit a039a00c4f
+1 -1
View File
@@ -78,7 +78,7 @@
<em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
</template>
</v-select>
<v-select placeholder="Vue select with custom option" >
<v-select placeholder="Vue select with no options and a custom no-option span" >
<span slot="no-options">Custom no options message</span>
</v-select>
</div>