1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

чиним билд03

This commit is contained in:
MoonTestUse1
2025-01-02 01:44:46 +06:00
parent a5a742ce55
commit 9a1d9902a8
3 changed files with 8 additions and 2 deletions

5
frontend/src/types/shims-vue.d.ts vendored Normal file
View File

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