解决前端Vue数据绑定诸多问题
This commit is contained in:
@@ -18,7 +18,12 @@ var Main = {
|
||||
teacherrealname: "root"
|
||||
}
|
||||
],
|
||||
multipleSelection: []
|
||||
multipleSelection: [],
|
||||
courseList:[
|
||||
{courseName:"root"},
|
||||
{courseName:"root2"},
|
||||
],
|
||||
teacherList:[],
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user