mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix test warning
This commit is contained in:
parent
2c71293414
commit
f894cca63d
@ -8,6 +8,9 @@ import SearchResults from '~/components/_new/features/SearchResults/SearchResult
|
|||||||
export default {
|
export default {
|
||||||
layout: 'default',
|
layout: 'default',
|
||||||
watchQuery: ['search'],
|
watchQuery: ['search'],
|
||||||
|
data() {
|
||||||
|
return { search: null }
|
||||||
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t('search.title'),
|
title: this.$t('search.title'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user