Skip to content

Commit d745129

Browse files
committed
Merge branch 'feat/badge' of https://github.com/vuestorefront/storefront-ui into feat/badge
2 parents 05c1b60 + b52fbed commit d745129

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/preview/next/pages/examples/SfBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Example() {
3838
],
3939
{
4040
content: '1',
41-
max: '99',
41+
max: 99,
4242
variant: SfBadgeVariant.standard,
4343
placement: SfBadgePlacement['top-right'],
4444
},

apps/preview/nuxt/pages/examples/SfBadge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
],
5858
{
5959
content: ref('1'),
60-
max: ref('99'),
60+
max: ref(99),
6161
variant: ref(SfBadgeVariant.standard),
6262
placement: ref(SfBadgePlacement['top-right']),
6363
},

0 commit comments

Comments
 (0)