This commit is contained in:
2025-09-25 14:58:50 +08:00
commit 2ea3147268
22 changed files with 8126 additions and 0 deletions

6
schoolNewsWeb/src/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}