fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<div v-on-clickaway="closeSearch" class="max-w-5xl w-full relative my-4">
|
||||
<public-search-input
|
||||
<PublicSearchInput
|
||||
v-model="searchTerm"
|
||||
:search-placeholder="searchTranslations.searchPlaceholder"
|
||||
@focus="openSearch"
|
||||
@@ -110,7 +110,7 @@ export default {
|
||||
class="absolute top-14 w-full"
|
||||
@mouseover="openSearch"
|
||||
>
|
||||
<search-suggestions
|
||||
<SearchSuggestions
|
||||
:items="searchResults"
|
||||
:is-loading="isLoading"
|
||||
:search-term="searchTerm"
|
||||
|
||||
@@ -44,7 +44,7 @@ export default {
|
||||
'border-slate-50 dark:border-slate-800 shadow-sm': !isFocused,
|
||||
}"
|
||||
>
|
||||
<fluent-icon icon="search" />
|
||||
<FluentIcon icon="search" />
|
||||
<input
|
||||
:value="value"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user