Skip to content

Commit 6cf0998

Browse files
chore: bump vue version package (#3354)
1 parent f48a11d commit 6cf0998

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/popular-terms-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@storefront-ui/vue': patch
3+
---
4+
5+
[CHANGED] bump vue version and release vue dataTestId checkbox inheritance change

packages/sfui/frameworks/vue/components/SfCheckbox/SfCheckbox.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const { indeterminate = false } = defineProps({
3232
defineOptions({
3333
inheritAttrs: false,
3434
});
35+
3536
const { attrsWithoutClass } = useTwMergeRoot();
3637
const model = defineModel<InputHTMLAttributes['checked']>({ default: false });
3738
const checkboxRef = useTemplateRef<HTMLInputElement>('checkboxRef');

0 commit comments

Comments
 (0)