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 }}