Skip to content

Commit 9780c3a

Browse files
authored
feat(site): add devui playground (#197)
1 parent e59216a commit 9780c3a

File tree

1 file changed

+1
-0
lines changed
  • packages/devui-vue/docs/.vitepress/config

1 file changed

+1
-0
lines changed

packages/devui-vue/docs/.vitepress/config/nav.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const nav = [
22
{ text: '组件', link: '/' },
33
{ text: '贡献指南', link: '/CONTRIBUTING' },
4+
{ text: 'Playground', link: 'https://brenner8023.github.io/devui-playground' },
45
{ text: '更新日志', link: 'https://github.com/DevCloudFE/vue-devui/releases' },
56
{ text: '设计规范', link: 'https://devui.design/design-cn/start' }
67
]

0 commit comments

Comments
 (0)