Update header and add catch all route page
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
5
pages/[...slug].vue
Normal file
5
pages/[...slug].vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Catch All Routes</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user