From c118911aa31ee4108c4a7029a599b69e544f8417 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 11 Dec 2024 14:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4edbdc3..904af2b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,6 @@ const selectedItem = ref(null) // 修改选择处理函数 const handleSelect = (item) => { - console.log('Selected:', item) selectedItem.value = item }