We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ed8d4 commit a039a00Copy full SHA for a039a00
dev/dev.html
@@ -78,7 +78,7 @@
78
<em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
79
</template>
80
</v-select>
81
- <v-select placeholder="Vue select with custom option" >
+ <v-select placeholder="Vue select with no options and a custom no-option span" >
82
<span slot="no-options">Custom no options message</span>
83
84
</div>
0 commit comments