diff --git a/apps/www/src/lib/registry/default/example/CardChat.vue b/apps/www/src/lib/registry/default/example/CardChat.vue index 71cb99c4..62e8f46e 100644 --- a/apps/www/src/lib/registry/default/example/CardChat.vue +++ b/apps/www/src/lib/registry/default/example/CardChat.vue @@ -121,6 +121,7 @@ const selectedUsers = ref([]) role: 'user', content: input, }) + input = '' }" > diff --git a/apps/www/src/lib/registry/new-york/example/CardChat.vue b/apps/www/src/lib/registry/new-york/example/CardChat.vue index 367adc90..1011a2d0 100644 --- a/apps/www/src/lib/registry/new-york/example/CardChat.vue +++ b/apps/www/src/lib/registry/new-york/example/CardChat.vue @@ -121,6 +121,7 @@ const selectedUsers = ref([]) role: 'user', content: input, }) + input = '' }" >