this.$api .apiName(params) .then((res) => { /* ... */ }) .catch((error) => { /* catch */ }) .finally(() => { /* finally */ })