mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
docs: change playground domain (#4989)
This commit is contained in:
parent
a24ddd3682
commit
9100c0b638
@ -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>
|
||||
|
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user