Skip to content

Commit

Permalink
feat(docs): add element-plus doc link (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
wukd committed May 1, 2022
1 parent a4029fb commit 4f13df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .umirc.js
Expand Up @@ -52,6 +52,10 @@ export default {
title: '@formily/element',
path: 'https://element.formilyjs.org',
},
{
title: '@formily/element-plus',
path: 'https://element-plus.formilyjs.org',
},
{
title: '@formily/antdv',
path: 'https://antdv.formilyjs.org',
Expand Down Expand Up @@ -151,6 +155,10 @@ export default {
title: '@formily/element',
path: 'https://element.formilyjs.org',
},
{
title: '@formily/element-plus',
path: 'https://element-plus.formilyjs.org',
},
{
title: '@formily/antdv',
path: 'https://antdv.formilyjs.org',
Expand Down

0 comments on commit 4f13df3

Please sign in to comment.