initial commit

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-07 00:55:08 +06:00
commit bab42538c6
11 changed files with 5128 additions and 0 deletions

6
layouts/default.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<h1>This message is from layout</h1>
<slot />
</div>
</template>