Skip to content

Commit

Permalink
feat(build): 优化打包
Browse files Browse the repository at this point in the history
  • Loading branch information
Minori-ty committed Aug 27, 2022
1 parent 88980ca commit 0fc79e9
Show file tree
Hide file tree
Showing 11 changed files with 1,066 additions and 337 deletions.
5 changes: 5 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Generated by 'unplugin-auto-import'
export {}
declare global {

}
27 changes: 27 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
Complete: typeof import('./src/components/complete.vue')['default']
Copyright: typeof import('./src/components/copyright.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
Home: typeof import('./src/components/home.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Terminal: typeof import('./src/components/terminal.vue')['default']
}
}
Loading

0 comments on commit 0fc79e9

Please sign in to comment.