<script>
export default {
middleware (context) {
throw 'fetch error!' // eslint-disable-line
}
</script>