逻辑信息相关功能更新:
1. 更新 LogicInfo 组件界面 2. 完善 useLogicInfo 钩子函数 3. 更新逻辑信息类型定义 4. 优化分析相关 API 接口
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -66,4 +66,7 @@ declare module 'vue' {
|
||||
YLPicker: typeof import('./src/components/YLPicker.vue')['default']
|
||||
YLSelect: typeof import('./src/components/YLSelect.vue')['default']
|
||||
}
|
||||
export interface ComponentCustomProperties {
|
||||
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user