Skip to content

Commit

Permalink
feat: update common
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Jun 10, 2022
1 parent 7073446 commit df6e0ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions site/site.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,6 @@ const docs = [
component: () => import('@/examples/form/form.md'),
componentEn: () => import('@/examples/form/form.en-US.md'),
},
{
title: 'InputAdornment 输入装饰器',
titleEn: 'InputAdornment',
name: 'input-adornment',
path: '/vue/components/input-adornment',
component: () => import('@/examples/input-adornment/input-adornment.md'),
componentEn: () => import('@/examples/input-adornment/input-adornment.en-US.md'),
},
{
title: 'Input 输入框',
titleEn: 'Input',
Expand All @@ -247,6 +239,14 @@ const docs = [
component: () => import('@/examples/input/input.md'),
componentEn: () => import('@/examples/input/input.en-US.md'),
},
{
title: 'InputAdornment 输入装饰器',
titleEn: 'InputAdornment',
name: 'input-adornment',
path: '/vue/components/input-adornment',
component: () => import('@/examples/input-adornment/input-adornment.md'),
componentEn: () => import('@/examples/input-adornment/input-adornment.en-US.md'),
},
{
title: 'InputNumber 数字输入框',
titleEn: 'InputNumber',
Expand Down

0 comments on commit df6e0ee

Please sign in to comment.