Skip to content

Commit

Permalink
fix: 更改间距
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao0124 committed Jul 24, 2023
1 parent 6b3e4fa commit ee290cf
Show file tree
Hide file tree
Showing 57 changed files with 4,250 additions and 142 deletions.
9 changes: 9 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {

}
26 changes: 26 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

declare module 'vue' {
export interface GlobalComponents {
ChatsHistory: typeof import('./src/components/ChatsHistory.vue')['default']
DialogBox: typeof import('./src/components/DialogBox.vue')['default']
FadeTransition: typeof import('./src/components/FadeTransition.vue')['default']
MoleculeStructure: typeof import('./src/components/MoleculeStructure.vue')['default']
MolstarRender: typeof import('./src/components/MolstarRender.vue')['default']
MolstarRender2: typeof import('./src/components/MolstarRender2.vue')['default']
NavigationBar: typeof import('./src/components/NavigationBar.vue')['default']
PdbSeletcOrUpload: typeof import('./src/components/PdbSeletcOrUpload.vue')['default']
RecommendationList: typeof import('./src/components/RecommendationList.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StatisticsIndexs: typeof import('./src/components/StatisticsIndexs.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
Loading

0 comments on commit ee290cf

Please sign in to comment.