From 34c3d633841665469d2712862c30f556d5ca10e5 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 31 十月 2023 20:24:42 +0800 Subject: [PATCH] chore: 更新git忽略文件 --- src/views/dashboard/components/ProcessInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dashboard/components/ProcessInfo.vue b/src/views/dashboard/components/ProcessInfo.vue index a75e342..18d6995 100644 --- a/src/views/dashboard/components/ProcessInfo.vue +++ b/src/views/dashboard/components/ProcessInfo.vue @@ -20,7 +20,7 @@ <script setup lang="ts"> import { computed, toRefs } from 'vue' export interface ProcessInfoProps { - process: process + process?: process } const props = defineProps<ProcessInfoProps>() -- Gitblit v1.8.0