Skip to content

Commit

Permalink
docs(docs): add sku doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaofa committed Aug 16, 2023
1 parent 8574148 commit db5b17e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions docs/.vitepress/crowdin/en-US/pages/component.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
{
"basic": {
"text": "Basic",
"children": [
{
"link": "/button",
"text": "Button"
}
]
},
"feedback": {
"text": "Feedback",
"children": [
{
"link": "/dialog",
"text": "Dialog"
}
]
},
"business": {
"text": "Business",
"children": [
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/crowdin/en-US/pages/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"text": "Component",
"link": "/component/button",
"link": "/component/sku",
"activeMatch": "/component/"
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ declare module '@vue/runtime-core' {
ElBadge: typeof import('element-plus/es')['ElBadge']
ElButton: typeof import('element-plus/es')['ElButton']
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
ElCard: typeof import('element-plus/es')['ElCard']
ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
Expand Down

0 comments on commit db5b17e

Please sign in to comment.