l
This commit is contained in:
@@ -10,6 +10,9 @@ new Vue({
|
||||
// 任务:
|
||||
// 1. learnerCount 加 1
|
||||
// 2. 在控制台输出最新人数
|
||||
this.learnerCount++
|
||||
console.log(this.learnerCount);
|
||||
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user