chore(useplayground): 修改链接

n
This commit is contained in:
sight 2022-03-07 15:42:23 +08:00
parent f5aa9acc8f
commit c9699bb08b

View File

@ -59,8 +59,7 @@ export const usePlayGround = (source: string, convertSetupSugar: boolean) => {
} }
const encoded = utoa(JSON.stringify(originCode)) const encoded = utoa(JSON.stringify(originCode))
const link = `https://layui-vue.gitee.io/layui-vue-playground/#${encoded}` const link = `https://layui-vue.gitee.io/sandbox-vue/#${encoded}`
//const link = `http://localhost:3001/layui-vue-playground/#${encoded}`
return { return {
code, code,
encoded, encoded,