1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

Upload code

This commit is contained in:
2023-11-01 15:33:35 +08:00
commit 6860f2eb72
415 changed files with 50990 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Alas: typeof import('./src/components/Alas.vue')['default']
AlasTitle: typeof import('./src/components/AlasTitle.vue')['default']
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
CountTo: typeof import('./src/components/CountTo.vue')['default']
ProgressBar: typeof import('./src/components/ProgressBar.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Spin: typeof import('./src/components/Spin.vue')['default']
}
}