Update header and add catch all route page

Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
Al Asad Nur Riyad
2023-05-04 02:23:50 +06:00
parent eece29af28
commit f25c4dff8c
3 changed files with 19 additions and 12 deletions

5
pages/[...slug].vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<h1>Catch All Routes</h1>
</div>
</template>