From cf9a4c7f0d77b5e4aee4d89ddfe033ff4afd2115 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=91=E4=B8=8A=E8=B4=B5=E7=8C=AA?= <290425385@qq.com>
Date: Fri, 2 May 2025 21:02:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20toRefs=20=E8=AE=A9?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8F=98=E4=B8=BA=E5=93=8D=E5=BA=94=E5=BC=8F?=
=?UTF-8?q?=E7=9A=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 17 +++++++++++++----
src/App.vue | 2 +-
src/components/Person.vue | 26 ++++++++++++++++++++++----
3 files changed, 36 insertions(+), 9 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2e64a70..95df4b0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -59,7 +59,7 @@
1745919613888
-
+
@@ -117,7 +117,15 @@
1745934687740
-
+
+
+ 1746189895108
+
+
+
+ 1746189895108
+
+
@@ -143,6 +151,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index 52a886e..1283b1e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,7 +4,7 @@ import Person from "@/components/Person.vue";
-
+
diff --git a/src/components/Person.vue b/src/components/Person.vue
index c4e29e0..755c569 100644
--- a/src/components/Person.vue
+++ b/src/components/Person.vue
@@ -1,16 +1,34 @@
- 名字是{{name}}
+ 姓名:{{name}}
+ 年龄:{{age}}
+
+