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
@@ -27,7 +27,9 @@ const emit = defineEmits<{
}>();
const getScope: any = inject("get:scope");
const getPluginType: any = inject("get:plugin:type");
const getPluginType: any = inject("get:plugin:type", () => {
return "plugin";
});
const attrs = useAttrs();