Skip to content

Commit

Permalink
fix: variant group isnt working for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 29, 2024
1 parent 47e2393 commit aaa7a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default defineComponent({
h(
'div',
{
class: 'flex-(~ justify-center items-center box-border)',
class: 'flex flex-justify-center flex-items-center box-border',
style: [
itemTranslateYs.value[index],
isInitialized.value
Expand Down

0 comments on commit aaa7a13

Please sign in to comment.