1👍
✅
The lexical scope of this
is not bound to the component but the function, use a fat arrow:
methods: {
asyncDataStatus_fetched: () => {
}
Source:stackexchange.com