From fbe4c23b9a0316937bc63213c910cbb393d6bc65 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 18 Aug 2025 18:32:23 +0800
Subject: [PATCH] 1

---
 src/components/stock-list.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/stock-list.vue b/src/components/stock-list.vue
index 6de35ee..fc578f4 100644
--- a/src/components/stock-list.vue
+++ b/src/components/stock-list.vue
@@ -89,7 +89,8 @@
       default: false
     }
   },
-  watch: {},
+  watch: {
+  },
   mounted() {
     this.init();
     this.initWebSocket();

--
Gitblit v1.9.3