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 3d6d097 commit 17c06c0Copy full SHA for 17c06c0
dev/dev.html
@@ -75,7 +75,7 @@
75
<v-select placeholder="filtering with fuse.js" label="title" :options="fuseSearchOptions" :filter="fuseSearch">
76
<template slot="option" scope="option">
77
<strong>{{ option.title }}</strong><br>
78
- <em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
+ <em>{{ option.author.firstName + ' ' + option.author.lastName }}</em>
79
</template>
80
</v-select>
81
<v-select placeholder="Vue select with no options and a custom no-option span" >
0 commit comments