i\'ve tried to fetch data on created methods like this on my vue component to load data from api
async created() { await this.getDraft() }, methods: { async g