We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dd2a9 commit a381181Copy full SHA for a381181
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -99,6 +99,7 @@ const {
99
const { copied: copiedReadme, copy: copyReadme } = useClipboard({
100
source: () => '',
101
copiedDuring: 2000,
102
+ legacy: true,
103
})
104
105
function prefetchReadmeMarkdown() {
0 commit comments