数字化大屏初始化

This commit is contained in:
2025-12-25 23:05:00 +08:00
commit 33dc92d74e
1051 changed files with 96122 additions and 0 deletions

9
view-vue/types/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'lodash/*'
declare module 'dom-helpers'
declare module 'vue3-sketch-ruler';