diff --git a/es-design-system/layouts/nav.vue b/es-design-system/layouts/nav.vue index e14d2654f..2b9d959c7 100644 --- a/es-design-system/layouts/nav.vue +++ b/es-design-system/layouts/nav.vue @@ -88,7 +88,7 @@ export default { methods: { searchButtonClicked() { /* eslint-disable-next-line no-console */ - console.log('Searching...'); + console.log('Searching...', this.searchText); }, }, };