diff --git a/src/oj/ai/components/AI.vue b/src/oj/ai/components/AI.vue index 13e7567..f2434a4 100644 --- a/src/oj/ai/components/AI.vue +++ b/src/oj/ai/components/AI.vue @@ -18,6 +18,7 @@ watch( aiStore.fetchAIAnalysis() } }, + { immediate: true }, )