Skip to content

Commit 65d37f5

Browse files
committed
updated dependencies
1 parent d6ebe08 commit 65d37f5

6 files changed

+6111
-6269
lines changed

auto-imports.d.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// Generated by 'unplugin-auto-import'
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// noinspection JSUnusedGlobalSymbols
5+
// Generated by unplugin-auto-import
26
export {}
37
declare global {
48

components.d.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// generated by unplugin-vue-components
2-
// We suggest you to commit this file into source control
3-
// Read more: https://github.com/vuejs/vue-next/pull/3399
4-
import '@vue/runtime-core'
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// Generated by unplugin-vue-components
5+
// Read more: https://github.com/vuejs/core/pull/3399
6+
export {}
57

6-
declare module '@vue/runtime-core' {
8+
declare module 'vue' {
79
export interface GlobalComponents {
810
ElButton: typeof import('element-plus/es')['ElButton']
911
ElCol: typeof import('element-plus/es')['ElCol']
@@ -22,5 +24,3 @@ declare module '@vue/runtime-core' {
2224
SubjectProgressCard: typeof import('./src/components/SubjectProgressCard.vue')['default']
2325
}
2426
}
25-
26-
export {}

0 commit comments

Comments
 (0)