vue组件的初始化事件 简单理解就是 mounted

,mounted:function(){
this.loadJson()
}