diff --git a/example/src/plugin/usePlayground.ts b/example/src/plugin/usePlayground.ts index 9eee73f8..8607789a 100644 --- a/example/src/plugin/usePlayground.ts +++ b/example/src/plugin/usePlayground.ts @@ -59,8 +59,8 @@ export const usePlayGround = (source: string, convertSetupSugar: boolean) => { } const encoded = utoa(JSON.stringify(originCode)) - //const link = `https://layui-vue.gitee.io/layui-vue-playground/#${encoded}` - const link = `http://localhost:3001/layui-vue-playground/#${encoded}` + const link = `https://layui-vue.gitee.io/layui-vue-playground/#${encoded}` + //const link = `http://localhost:3001/layui-vue-playground/#${encoded}` return { code, encoded,