Skip to content

Commit

Permalink
fix: clone not in component props (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogios authored Mar 29, 2024
1 parent 4abbe1c commit f5a11d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const emits = [
] as const

const props = [
'clone',
'animation',
'ghostClass',
'group',
Expand Down

0 comments on commit f5a11d7

Please sign in to comment.