Hi. pages/index.vue throw createError with data property. And error.vue catch error via props.
However, data value was undefined when I show it by console.log . Is there a way to get the value?
reproduction: https://stackblitz.com/edit/github-b9vn8s?file=pages/index.vue