new Vue({ // ... methods:{ myFunction: function() {//definition goes here} }, created: function(){ this.myFunction() } });. We can use ...
確定! 回上一頁