diff --git a/playground/src/views/demos/features/clipboard/index.vue b/playground/src/views/demos/features/clipboard/index.vue index b904ff69..792315ff 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' }}

- +