Skip to content

Commit a381181

Browse files
committed
fix: add legacy support for clipboard copy functionality
1 parent a0dd2a9 commit a381181

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const {
9999
const { copied: copiedReadme, copy: copyReadme } = useClipboard({
100100
source: () => '',
101101
copiedDuring: 2000,
102+
legacy: true,
102103
})
103104
104105
function prefetchReadmeMarkdown() {

0 commit comments

Comments
 (0)