Skip to content

Commit

Permalink
chore: 更新 API 内容
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Sep 18, 2023
1 parent c2f1a24 commit f1434b0
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 302 deletions.
3 changes: 3 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
ATag: typeof import('@arco-design/web-vue')['Tag']
ATimeline: typeof import('@arco-design/web-vue')['Timeline']
ATimelineItem: typeof import('@arco-design/web-vue')['TimelineItem']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"preview": "vite preview"
},
"dependencies": {
"element-plus": "^2.2.30",
"vue": "3.2.47"
},
"devDependencies": {
"@arco-design/web-vue": "2.51.2",
"@rushstack/eslint-patch": "1.2.0",
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
Expand All @@ -29,7 +29,6 @@
"eslint-plugin-sort-exports": "0.8.0",
"eslint-plugin-vue": "9.9.0",
"eslint-plugin-yaml": "0.5.0",
"naive-ui": "2.34.3",
"postcss": "8.4.21",
"postcss-plugin-px2rem": "0.8.1",
"postcss-preset-env": "8.0.1",
Expand Down
Loading

0 comments on commit f1434b0

Please sign in to comment.