Skip to content

Commit a039a00

Browse files
committed
Fixed naming of new dev.html vue select field (sagalbot#703)
1 parent 88ed8d4 commit a039a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<em>{{ `${option.author.firstName} ${option.author.lastName}` }}</em>
7979
</template>
8080
</v-select>
81-
<v-select placeholder="Vue select with custom option" >
81+
<v-select placeholder="Vue select with no options and a custom no-option span" >
8282
<span slot="no-options">Custom no options message</span>
8383
</v-select>
8484
</div>

0 commit comments

Comments
 (0)