All of the text within the component has been wrapped within [slots](https://vuejs.org/v2/guide/components.html#Content-Distribution-with-Slots) and can be replaced in your app. #### Loading Spinner ```html
Loading...
``` #### No Options Text ```html Sorry, no matching options. ``` For a full list of component slots, view the [slots API docs](Api/Slots.md).