docs: change playground domain (#4989)

This commit is contained in:
三咲智子 2021-12-27 17:30:12 +08:00 committed by GitHub
parent a24ddd3682
commit 9100c0b638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ This project is still under heavy development. Feel free to join us and make you
#### Try it with our built-in playground
[Playground](https://play.element-plus.org/)
[Playground](https://element-plus.run/)
<p align="center">
<b>Special thanks to the generous sponsorship by:</b>

View File

@ -87,7 +87,7 @@ const decodedDescription = computed(() =>
const onCodepenClicked = () => {
const code = usePlayGround(props.rawSource)
window.open(`https://play.element-plus.org/#${code}`)
window.open(`https://element-plus.run/#${code}`)
}
const copyCode = async () => {