2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Merge pull request #444 from rubjo/patch-1

Match tags :)
This commit is contained in:
Jeff
2018-02-01 09:22:38 -08:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ All of the text within the component has been wrapped within [slots](https://vue
*Implementation:* *Implementation:*
```html ```html
<v-select> <v-select>
<span slot="no-options">No Options Here!</div> <div slot="no-options">No Options Here!</div>
</v-select> </v-select>
``` ```