Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-10-25 09:15:20 +08:00
6 changed files with 25 additions and 9 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ app.use(Search);
```js
export default {
data() {
value: '';
return {
value: '',
};
},
};
```