From f918fc7040a94fc1df8f6605992c8ac36d7d8bf4 Mon Sep 17 00:00:00 2001 From: "X.Q. Chen" <31237954+brenner8023@users.noreply.github.com> Date: Sat, 26 Mar 2022 17:43:45 +0800 Subject: [PATCH] docs(nav): update playground link --- packages/devui-vue/docs/.vitepress/config/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devui-vue/docs/.vitepress/config/nav.ts b/packages/devui-vue/docs/.vitepress/config/nav.ts index d6b0a4b69f..589fc0e8f3 100644 --- a/packages/devui-vue/docs/.vitepress/config/nav.ts +++ b/packages/devui-vue/docs/.vitepress/config/nav.ts @@ -1,7 +1,7 @@ const nav = [ { text: '组件', link: '/' }, { text: '贡献指南', link: '/contributing/' }, - { text: 'Playground', link: 'https://brenner8023.github.io/devui-playground' }, + { text: 'Playground', link: 'https://devcloudfe.github.io/devui-playground' }, { text: '更新日志', link: 'https://github.com/DevCloudFE/vue-devui/releases' }, { text: '设计规范', link: 'https://devui.design/design-cn/start' } ]