docs(Search): missing value in basic usage

This commit is contained in:
chenjiahan
2020-10-24 20:47:02 +08:00
parent 386956b08b
commit 4a047a8af3
2 changed files with 13 additions and 1 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ Vue.use(Search);
```js
export default {
data() {
value: '';
return {
value: '',
};
},
};
```