-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,066 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Generated by 'unplugin-auto-import' | ||
export {} | ||
declare global { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] | ||
} | ||
} |
Oops, something went wrong.