Skip to content

Commit

Permalink
ts type auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed May 11, 2024
1 parent ddc40c2 commit 7aa82a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions src/renderer/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
CommonNav: typeof import('./src/components/common-nav/index.vue')['default']
Player: typeof import('./src/components/player/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SharePopup: typeof import('./src/components/share-popup/index.vue')['default']
TagNav: typeof import('./src/components/tag-nav/index.vue')['default']
TAside: typeof import('tdesign-vue-next')['Aside']
TBackTop: typeof import('tdesign-vue-next')['BackTop']
TBadge: typeof import('tdesign-vue-next')['Badge']
TBreadcrumb: typeof import('tdesign-vue-next')['Breadcrumb']
TBreadcrumbItem: typeof import('tdesign-vue-next')['BreadcrumbItem']
TButton: typeof import('tdesign-vue-next')['Button']
TCol: typeof import('tdesign-vue-next')['Col']
TCollapse: typeof import('tdesign-vue-next')['Collapse']
Expand Down
Loading

0 comments on commit 7aa82a8

Please sign in to comment.