postGame(){ let self = this; axios.post('/api/darts', self.fields) .then(function (response) { }) .catch(function (error) { console.log(error); }); ...
確定! 回上一頁