Skip to content

Commit

Permalink
fix: issues with class in vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 16, 2025
1 parent ff370ed commit e2ab1af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/scripts/post-build/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export default (tmp?: boolean) => {
{
from: /immediate: true/g,
to: 'immediate: true,\nflush: "post"'
},
{
from: 'className',
to: 'props.class'
}
];

Expand Down

0 comments on commit e2ab1af

Please sign in to comment.