From 4a7018ac2658cdffd5796371481004810a1495fe Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 21 Oct 2024 18:10:23 +0800 Subject: [PATCH] chore: 1 --- packages/ui/certd-client/src/views/certd/pipeline/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/index.vue index fe1e642d..341ddf6a 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/index.vue @@ -20,7 +20,7 @@ import createCrudOptions from "./crud"; import { useExpose } from "@fast-crud/fast-crud"; import PiCertdForm from "./certd-form/index.vue"; export default defineComponent({ - name: "PipelineManager", + name: "PipelineManager1", components: { PiCertdForm }, setup() { const certdFormRef = ref();