最赞回答 / 热乎的热乎
将项目里的“node_modules”文件夹删除,然后在cmd中cd到项目目录,依次运行命令:npm install和npm run build,最后运行npm run dev后项目成功运行。
2018-10-28
watch: {
firstName: function() {
this.count++
},
lasName: function() {
this.count++
},
fullName:function(){
this.count++
}
}
firstName: function() {
this.count++
},
lasName: function() {
this.count++
},
fullName:function(){
this.count++
}
}
2018-10-24
1.想要改变Hello为World,在Vue中不用操作dom,直接改变数据即可。
2.this.content:指Vue实例下data下面的变量
2.this.content:指Vue实例下data下面的变量
2018-10-24