fix test warning

This commit is contained in:
Ulf Gebhardt 2023-06-05 20:46:43 +02:00
parent 2c71293414
commit f894cca63d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -8,6 +8,9 @@ import SearchResults from '~/components/_new/features/SearchResults/SearchResult
export default {
layout: 'default',
watchQuery: ['search'],
data() {
return { search: null }
},
head() {
return {
title: this.$t('search.title'),