fix: 修复前端校验兼容与搜索高亮告警
- 为管理端补充 vue-element-plus-x 模块声明与 BotInfo 兼容字段 - 修正用户中心全局搜索高亮片段 key 生成,减少渲染告警风险
This commit is contained in:
6
easyflow-ui-admin/app/src/types/vue-element-plus-x.d.ts
vendored
Normal file
6
easyflow-ui-admin/app/src/types/vue-element-plus-x.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module 'vue-element-plus-x/es/*/index.js' {
|
||||
import type { DefineComponent } from 'vue';
|
||||
|
||||
const component: DefineComponent<Record<string, any>, Record<string, any>, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user