From dc15accd0425930b04e6cebf6dd2db55aa6d72d8 Mon Sep 17 00:00:00 2001 From: Arthur Darkstone Date: Mon, 11 Nov 2024 14:50:30 +0800 Subject: [PATCH] fix: clipboard demo not working with a-input (#4856) --- playground/src/views/demos/features/clipboard/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/src/views/demos/features/clipboard/index.vue b/playground/src/views/demos/features/clipboard/index.vue index b904ff691..792315ffa 100644 --- a/playground/src/views/demos/features/clipboard/index.vue +++ b/playground/src/views/demos/features/clipboard/index.vue @@ -17,7 +17,7 @@ const { copy, text } = useClipboard({ legacy: true, source }); Current copied: {{ text || 'none' }}

- +