how does Android call the methods method in vue? I have tried the following method 
 window.outGoodsResult = self.outGoodsResult to expose to window 
window ["outGoodsResult"] = function (val) {
 alert ("ceshi") 
 alert (val) 
} 
 neither of these methods works 
 is there any good method? 
