perf: 模版导入流水线

This commit is contained in:
xiaojunnuo
2025-06-26 18:43:16 +08:00
parent 529482a83e
commit dcc8c56969
13 changed files with 462 additions and 66 deletions
@@ -19,7 +19,9 @@ defineOptions({
});
const getScope: any = inject("get:scope");
const getPluginType: any = inject("get:plugin:type");
const getPluginType: any = inject("get:plugin:type", () => {
return "access";
});
const formItemContext = Form.useInjectFormItemContext();
const props = defineProps<{} & ComponentPropsType>();