mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Fixed naming of new dev.html vue select field (#703)
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@
|
|||||||
<em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
|
<em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
|
||||||
</template>
|
</template>
|
||||||
</v-select>
|
</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>
|
<span slot="no-options">Custom no options message</span>
|
||||||
</v-select>
|
</v-select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user