Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): naming convention of SwButton in SwSuggestSearch …
Browse files Browse the repository at this point in the history
…Component
  • Loading branch information
LouisEiermann authored May 7, 2021
1 parent 23e4e9f commit 7bde2a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/default-theme/src/components/SwSuggestSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
</SfLink>
</div>
</div>
<Button
<SwButton
v-if="isShowMoreAvailable"
class="sf-button--secondary sf-button--full-width"
@click="$emit('search')"
>{{ $t("See more") }}</Button
>{{ $t("See more") }}</SwButton
>
</div>
</template>
Expand All @@ -57,7 +57,7 @@ import {
SfPrice,
} from "@storefront-ui/vue"
import { clickOutside } from "@storefront-ui/vue/src/utilities/directives"
import Button from "@/components/atoms/SwButton.vue"
import SwButton from "@/components/atoms/SwButton.vue"
import {
getProductMainImageUrl,
getProductRegularPrice,
Expand All @@ -76,7 +76,7 @@ export default {
SfImage,
SfIcon,
SfPrice,
Button,
SwButton,
},
props: {
isOpen: {
Expand Down

1 comment on commit 7bde2a0

@vercel
Copy link

@vercel vercel bot commented on 7bde2a0 May 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.