前端:首页、分类,增加跳转到搜索

This commit is contained in:
YunaiV
2019-04-25 01:07:53 +08:00
parent b98e21e157
commit 2ddf0e30d1
6 changed files with 47 additions and 22 deletions

View File

@@ -28,12 +28,12 @@ export default {
[Search.name]:Search,
},
props: {
// keyword: String,
keyword: String,
// onSearch: Function,
},
data(){
return{
value:'',
value: this.keyword,
}
},
methods:{