|
|
@@ -332,14 +332,14 @@ export default {
|
|
|
},
|
|
|
onSearchBlur: function() {
|
|
|
if (!this.searchKeyword) {
|
|
|
- this.searchFocused = false
|
|
|
+ this.searchFocused = false
|
|
|
+ }
|
|
|
},
|
|
|
getImageUrl: function(path) {
|
|
|
return config.API_BASE_URL + path
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|