From 9fe5e32b8e8fc73d77d736737f4f3bb41df643f0 Mon Sep 17 00:00:00 2001 From: zxf <934701998@qq.com> Date: Fri, 8 May 2026 01:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E5=90=91=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 64 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index abfd315..b80eb10 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,61 @@ - - - You did it! - - Visit vuejs.org to read the - documentation - + 姓名: {{ name }} + 薪水: {{ salary }} + 涨工资 + 扣工资 + + + + 学号:{{ student.id }} + 成绩:{{ student.score }} + 捞一下 + + + 姓名:{{ user.name }} + 工作单位:{{ user.department }} + 调查 + + + +
- Visit vuejs.org to read the - documentation -
姓名: {{ name }}
薪水: {{ salary }}
学号:{{ student.id }}
成绩:{{ student.score }}
姓名:{{ user.name }}
工作单位:{{ user.department }}