mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 模版导入流水线
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user