Nuxt/examples/async-component-injection/posts/404.vue

6 lines
88 B
Vue

<template>
<h1 style="text-align: center;">
Article not found
</h1>
</template>