From f5a11d7a0133f45d9b191b51d02f8cb1f7aafc2f Mon Sep 17 00:00:00 2001 From: OGIOS <96933655+ogios@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:53:13 +0800 Subject: [PATCH] fix: `clone` not in component props (#115) --- src/component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component.ts b/src/component.ts index 1ac55a19..51d4ccda 100644 --- a/src/component.ts +++ b/src/component.ts @@ -32,6 +32,7 @@ const emits = [ ] as const const props = [ + 'clone', 'animation', 'ghostClass', 'group',