feat: 支持 Agent 并发批测与洞察导出
This commit is contained in:
@@ -20,6 +20,8 @@ import {
|
||||
ElOption,
|
||||
ElPagination,
|
||||
ElProgress,
|
||||
ElRadioButton,
|
||||
ElRadioGroup,
|
||||
ElSelect,
|
||||
ElSlider,
|
||||
ElSwitch,
|
||||
@@ -54,6 +56,8 @@ import "element-plus/theme-chalk/el-option.css";
|
||||
import "element-plus/theme-chalk/el-overlay.css";
|
||||
import "element-plus/theme-chalk/el-pagination.css";
|
||||
import "element-plus/theme-chalk/el-progress.css";
|
||||
import "element-plus/theme-chalk/el-radio-button.css";
|
||||
import "element-plus/theme-chalk/el-radio-group.css";
|
||||
import "element-plus/theme-chalk/el-popper.css";
|
||||
import "element-plus/theme-chalk/el-scrollbar.css";
|
||||
import "element-plus/theme-chalk/el-select.css";
|
||||
@@ -95,6 +99,8 @@ app.config.globalProperties.$ELEMENT = { locale: zhCn };
|
||||
ElOption,
|
||||
ElPagination,
|
||||
ElProgress,
|
||||
ElRadioButton,
|
||||
ElRadioGroup,
|
||||
ElSelect,
|
||||
ElSlider,
|
||||
ElSwitch,
|
||||
@@ -108,6 +114,9 @@ app.config.globalProperties.$ELEMENT = { locale: zhCn };
|
||||
].forEach((component) => {
|
||||
app.use(component);
|
||||
});
|
||||
// Element Plus 2.11 exposes radio group/button without an installer; register them explicitly.
|
||||
app.component("ElRadioButton", ElRadioButton);
|
||||
app.component("ElRadioGroup", ElRadioGroup);
|
||||
|
||||
app.directive("loading", vLoading);
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user