From a89f93aa7d2f3a4782751336167677035f52ba01 Mon Sep 17 00:00:00 2001 From: Rishabh Jain Date: Mon, 16 Sep 2019 13:18:21 +0530 Subject: [PATCH] Changed scoped-slot to slot-scope Vue accepts slot-scope and not scoped-slot anymore --- content/docs/search-components/DataSearch.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/search-components/DataSearch.md b/content/docs/search-components/DataSearch.md index 35229997a..e70d2200b 100644 --- a/content/docs/search-components/DataSearch.md +++ b/content/docs/search-components/DataSearch.md @@ -127,9 +127,9 @@ Example uses: You can pass a callback using `innerRef` which gets passed to the inner input element as [`ref`](https://reactjs.org/docs/refs-and-the-dom.html). - **URLParams** `Boolean` [optional] enable creating a URL query string parameter based on the selected value of the list. This is useful for sharing URLs with the component state. Defaults to `false`. -- **renderNoSuggestion** `String|scoped-slot` [optional] +- **renderNoSuggestion** `String|slot-scope` [optional] can we used to render a message when there is no suggestions found. -- **renderError** `String|Function|scoped-slot` [optional] +- **renderError** `String|Function|slot-scope` [optional] can be used to render an error message in case of any error. ```js @@ -143,7 +143,7 @@ Example uses: or ```html -