Skip to content

Commit 28eca25

Browse files
committed
docs: encodeURIComponent openPlay code
1 parent 54b6f11 commit 28eca25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/document-component/src/components/LayCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const onPlayground = async function () {
5858
const foundCode = foundCodes[0];
5959
const SourceCode = foundCode.textContent || "";
6060
61-
const { link } = await openPlayground(SourceCode);
61+
const { link } = await openPlayground(encodeURIComponent(SourceCode));
6262
window.open(link);
6363
};
6464

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy