返回 slidev
404.vue
根目录 / packages / client / layouts / 404.vue
1 <template>
2 <div class="px-4 py-10 text-center text-teal-700 dark:text-gray-200">
3 404
4 </div>
5 </template>
6
6 lines Plain Text