created() { var self = this; axios.get('http://127.0.0.1/api/bills') .then(function (response) { self.contas = response.data; }); }