2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/docs/gitbook/Basics/Localization.md
T
Jeff 7e859dca18 - add include-csv plugin
- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
2018-01-14 20:12:26 -08:00

477 B

All of the text within the component has been wrapped within slots and can be replaced in your app.

Loading Spinner

<slot name="spinner">
	<div class="spinner" v-show="mutableLoading">Loading...</div>
</slot>

No Options Text

<slot name="no-options">Sorry, no matching options.</slot>

For a full list of component slots, view the slots API docs.